Html Css Color HEX #E66FBC Persian Pink

📋 copy color: '#E66FBC'

red 230 ◦ green 111 ◦ blue 188

#E66FBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E66FBC

Tints of Persian Pink #E66FBC

RGB

 RED value IS 230 (90.23% from 255) = 43.48%

 GREEN value IS 111 (43.75% from 255) = 20.98%

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 43.48%
G = 20.98%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E66FBC (or 0xE66FBC) is known color: Persian Pink. HEX triplet: E6, 6F and BC. RGB value is (230,111,188). Sum of RGB (Red+Green+Blue) = 230+111+188=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FBC is #199043. Grayscale: #9B9B9B. Windows color (decimal): -1675332 or 12349414. OLE color: 12349414.

HSL color Cylindrical-coordinate representation of color #E66FBC: hue angle of 321.18º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FBC is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 111 188 -
CMYK 0 0.52 0.18 0.10
HSL 321.18º 0.7% 0.67% -
HSV(B) 321.18º 0.52% 0.9% -
XYZ 47.39 31.82 51.22 -
YUV 155.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 230 111 188 0 0.52 0.18 0.10 321.18 0.7 0.67
Hex E6 6F BC 0 34 12 A 141 46 43
Octal 346 157 274 0 64 22 12 501 106 103
Binary 11100110 1101111 10111100 0 110100 10010 1010 101000001 1000110 1000011

Color Harmonies of #E66FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FBC

Black with #E66FBC

Text Example


Text Example

White with #E66FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FBC; }

 p { color: rgb(230,111,188); }

 H1.HeaderClassName
 {
   color: #E66FBC;
 }
 .AnyTagClassName
 {
   color: #E66FBC;
 }
</style>

background-color css

<style>
 a { background-color: #E66FBC; }

 a { background-color: rgb(230,111,188); }

 div.DivClassName
 {
   background-color: #E66FBC;
 }
 .BgClassName
 {
   background-color: #E66FBC;
 }
</style>

border-color css

<style>
 span { border-color: #E66FBC; }

 span { border-color: rgb(230,111,188); }

 td.TdClassName
 {
   border-color: #E66FBC;
 }
 .TagClassName
 {
   border-color: #E66FBC;
 }
</style>