Html Css Color HEX #E06CBC Persian Pink

📋 copy color: '#E06CBC'

red 224 ◦ green 108 ◦ blue 188

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

Shades of Persian Pink #E06CBC

Tints of Persian Pink #E06CBC

RGB

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

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

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

R = 43.08%
G = 20.77%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E06CBC (or 0xE06CBC) is known color: Persian Pink. HEX triplet: E0, 6C and BC. RGB value is (224,108,188). Sum of RGB (Red+Green+Blue) = 224+108+188=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CBC is #1F9343. Grayscale: #979797. Windows color (decimal): -2069316 or 12348640. OLE color: 12348640.

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

Color convert

RGB 224 108 188 -
CMYK 0 0.52 0.16 0.12
HSL 318.62º 0.65% 0.65% -
HSV(B) 318.62º 0.52% 0.88% -
XYZ 45.18 30.2 51.03 -
YUV 151.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 224 108 188 0 0.52 0.16 0.12 318.62 0.65 0.65
Hex E0 6C BC 0 34 10 C 13F 41 41
Octal 340 154 274 0 64 20 14 477 101 101
Binary 11100000 1101100 10111100 0 110100 10000 1100 100111111 1000001 1000001

Color Harmonies of #E06CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CBC

Black with #E06CBC

Text Example


Text Example

White with #E06CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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