Html Css Color HEX #EB0E8D Deep Pink

📋 copy color: '#EB0E8D'

red 235 ◦ green 14 ◦ blue 141

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

Shades of Deep Pink #EB0E8D

Tints of Deep Pink #EB0E8D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.59%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 60.26%
G = 3.59%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB0E8D (or 0xEB0E8D) is known color: Deep Pink. HEX triplet: EB, 0E and 8D. RGB value is (235,14,141). Sum of RGB (Red+Green+Blue) = 235+14+141=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0E8D is #14F172. Grayscale: #5E5E5E. Windows color (decimal): -1372531 or 9244395. OLE color: 9244395.

HSL color Cylindrical-coordinate representation of color #EB0E8D: hue angle of 325.52º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0E8D is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 14 141 -
CMYK 0 0.94 0.4 0.08
HSL 325.52º 0.89% 0.49% -
HSV(B) 325.52º 0.94% 0.92% -
XYZ 39.23 19.9 26.97 -
YUV 94.56 154.22 228.17 -
System Red Green Blue C M Y K H S L
Decimal 235 14 141 0 0.94 0.4 0.08 325.52 0.89 0.49
Hex EB E 8D 0 5E 28 8 146 59 31
Octal 353 16 215 0 136 50 10 506 131 61
Binary 11101011 1110 10001101 0 1011110 101000 1000 101000110 1011001 110001

Color Harmonies of #EB0E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0E8D

Black with #EB0E8D

Text Example


Text Example

White with #EB0E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0E8D; }

 p { color: rgb(235,14,141); }

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

background-color css

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

 a { background-color: rgb(235,14,141); }

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

border-color css

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

 span { border-color: rgb(235,14,141); }

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