Html Css Color HEX #EB027D Deep Pink

📋 copy color: '#EB027D'

red 235 ◦ green 2 ◦ blue 125

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

Shades of Deep Pink #EB027D

Tints of Deep Pink #EB027D

RGB

 RED value IS 235 (92.19% from 255) = 64.92%

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 64.92%
G = 0.55%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB027D (or 0xEB027D) is known color: Deep Pink. HEX triplet: EB, 02 and 7D. RGB value is (235,2,125). Sum of RGB (Red+Green+Blue) = 235+2+125=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB027D is #14FD82. Grayscale: #555555. Windows color (decimal): -1375619 or 8192747. OLE color: 8192747.

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

Color convert

RGB 235 2 125 -
CMYK 0 0.99 0.47 0.08
HSL 328.33º 0.98% 0.46% -
HSV(B) 328.33º 0.99% 0.92% -
XYZ 37.98 19.19 21.1 -
YUV 85.69 150.19 234.5 -
System Red Green Blue C M Y K H S L
Decimal 235 2 125 0 0.99 0.47 0.08 328.33 0.98 0.46
Hex EB 2 7D 0 63 2F 8 148 62 2E
Octal 353 2 175 0 143 57 10 510 142 56
Binary 11101011 10 1111101 0 1100011 101111 1000 101001000 1100010 101110

Color Harmonies of #EB027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB027D

Black with #EB027D

Text Example


Text Example

White with #EB027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB027D; }

 p { color: rgb(235,2,125); }

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

background-color css

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

 a { background-color: rgb(235,2,125); }

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

border-color css

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

 span { border-color: rgb(235,2,125); }

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