Html Css Color HEX #E06CB5 Persian Pink

📋 copy color: '#E06CB5'

red 224 ◦ green 108 ◦ blue 181

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

Shades of Persian Pink #E06CB5

Tints of Persian Pink #E06CB5

RGB

 RED value IS 224 (87.89% from 255) = 43.66%

 GREEN value IS 108 (42.58% from 255) = 21.05%

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 43.66%
G = 21.05%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E06CB5 (or 0xE06CB5) is known color: Persian Pink. HEX triplet: E0, 6C and B5. RGB value is (224,108,181). Sum of RGB (Red+Green+Blue) = 224+108+181=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CB5 is #1F934A. Grayscale: #969696. Windows color (decimal): -2069323 or 11889888. OLE color: 11889888.

HSL color Cylindrical-coordinate representation of color #E06CB5: hue angle of 322.24º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CB5 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 181 -
CMYK 0 0.52 0.19 0.12
HSL 322.24º 0.65% 0.65% -
HSV(B) 322.24º 0.52% 0.88% -
XYZ 44.44 29.91 47.15 -
YUV 151.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 224 108 181 0 0.52 0.19 0.12 322.24 0.65 0.65
Hex E0 6C B5 0 34 13 C 142 41 41
Octal 340 154 265 0 64 23 14 502 101 101
Binary 11100000 1101100 10110101 0 110100 10011 1100 101000010 1000001 1000001

Color Harmonies of #E06CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CB5

Black with #E06CB5

Text Example


Text Example

White with #E06CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CB5; }

 p { color: rgb(224,108,181); }

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

background-color css

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

 a { background-color: rgb(224,108,181); }

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

border-color css

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

 span { border-color: rgb(224,108,181); }

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