Html Css Color HEX #E06BBC Persian Pink

📋 copy color: '#E06BBC'

red 224 ◦ green 107 ◦ blue 188

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

Shades of Persian Pink #E06BBC

Tints of Persian Pink #E06BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

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

R = 43.16%
G = 20.62%
B = 36.22%

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

#E06BBC (or 0xE06BBC) is known color: Persian Pink. HEX triplet: E0, 6B and BC. RGB value is (224,107,188). Sum of RGB (Red+Green+Blue) = 224+107+188=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BBC is #1F9443. Grayscale: #979797. Windows color (decimal): -2069572 or 12348384. OLE color: 12348384.

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

Color convert

RGB 224 107 188 -
CMYK 0 0.52 0.16 0.12
HSL 318.46º 0.65% 0.65% -
HSV(B) 318.46º 0.52% 0.88% -
XYZ 45.08 29.99 50.99 -
YUV 151.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 224 107 188 0 0.52 0.16 0.12 318.46 0.65 0.65
Hex E0 6B BC 0 34 10 C 13E 41 41
Octal 340 153 274 0 64 20 14 476 101 101
Binary 11100000 1101011 10111100 0 110100 10000 1100 100111110 1000001 1000001

Color Harmonies of #E06BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BBC

Black with #E06BBC

Text Example


Text Example

White with #E06BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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