Html Css Color HEX #E06CBB Persian Pink

📋 copy color: '#E06CBB'

red 224 ◦ green 108 ◦ blue 187

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

Shades of Persian Pink #E06CBB

Tints of Persian Pink #E06CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 43.16%
G = 20.81%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E06CBB (or 0xE06CBB) is known color: Persian Pink. HEX triplet: E0, 6C and BB. RGB value is (224,108,187). Sum of RGB (Red+Green+Blue) = 224+108+187=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CBB is #1F9344. Grayscale: #979797. Windows color (decimal): -2069317 or 12283104. OLE color: 12283104.

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

Color convert

RGB 224 108 187 -
CMYK 0 0.52 0.17 0.12
HSL 319.14º 0.65% 0.65% -
HSV(B) 319.14º 0.52% 0.88% -
XYZ 45.07 30.16 50.46 -
YUV 151.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 224 108 187 0 0.52 0.17 0.12 319.14 0.65 0.65
Hex E0 6C BB 0 34 11 C 13F 41 41
Octal 340 154 273 0 64 21 14 477 101 101
Binary 11100000 1101100 10111011 0 110100 10001 1100 100111111 1000001 1000001

Color Harmonies of #E06CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CBB

Black with #E06CBB

Text Example


Text Example

White with #E06CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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