Html Css Color HEX #EA0688 Deep Pink

📋 copy color: '#EA0688'

red 234 ◦ green 6 ◦ blue 136

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

Shades of Deep Pink #EA0688

Tints of Deep Pink #EA0688

RGB

 RED value IS 234 (91.8% from 255) = 62.23%

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 62.23%
G = 1.6%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA0688 (or 0xEA0688) is known color: Deep Pink. HEX triplet: EA, 06 and 88. RGB value is (234,6,136). Sum of RGB (Red+Green+Blue) = 234+6+136=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0688 is #15F977. Grayscale: #585858. Windows color (decimal): -1440120 or 8914666. OLE color: 8914666.

HSL color Cylindrical-coordinate representation of color #EA0688: hue angle of 325.79º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0688 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 136 -
CMYK 0 0.97 0.42 0.08
HSL 325.79º 0.95% 0.47% -
HSV(B) 325.79º 0.97% 0.92% -
XYZ 38.44 19.4 25.01 -
YUV 88.99 154.54 231.43 -
System Red Green Blue C M Y K H S L
Decimal 234 6 136 0 0.97 0.42 0.08 325.79 0.95 0.47
Hex EA 6 88 0 61 2A 8 146 5F 2F
Octal 352 6 210 0 141 52 10 506 137 57
Binary 11101010 110 10001000 0 1100001 101010 1000 101000110 1011111 101111

Color Harmonies of #EA0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0688

Black with #EA0688

Text Example


Text Example

White with #EA0688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0688; }

 p { color: rgb(234,6,136); }

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

background-color css

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

 a { background-color: rgb(234,6,136); }

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

border-color css

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

 span { border-color: rgb(234,6,136); }

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