Html Css Color HEX #E66FB4 Persian Pink

📋 copy color: '#E66FB4'

red 230 ◦ green 111 ◦ blue 180

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

Shades of Persian Pink #E66FB4

Tints of Persian Pink #E66FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 44.15%
G = 21.31%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E66FB4 (or 0xE66FB4) is known color: Persian Pink. HEX triplet: E6, 6F and B4. RGB value is (230,111,180). Sum of RGB (Red+Green+Blue) = 230+111+180=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FB4 is #19904B. Grayscale: #9A9A9A. Windows color (decimal): -1675340 or 11825126. OLE color: 11825126.

HSL color Cylindrical-coordinate representation of color #E66FB4: hue angle of 325.21º 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 #E66FB4 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 111 180 -
CMYK 0 0.52 0.22 0.10
HSL 325.21º 0.7% 0.67% -
HSV(B) 325.21º 0.52% 0.9% -
XYZ 46.56 31.49 46.8 -
YUV 154.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 230 111 180 0 0.52 0.22 0.10 325.21 0.7 0.67
Hex E6 6F B4 0 34 16 A 145 46 43
Octal 346 157 264 0 64 26 12 505 106 103
Binary 11100110 1101111 10110100 0 110100 10110 1010 101000101 1000110 1000011

Color Harmonies of #E66FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FB4

Black with #E66FB4

Text Example


Text Example

White with #E66FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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