Html Css Color HEX #EB0F7D Deep Pink

📋 copy color: '#EB0F7D'

red 235 ◦ green 15 ◦ blue 125

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

Shades of Deep Pink #EB0F7D

Tints of Deep Pink #EB0F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4%

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

R = 62.67%
G = 4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB0F7D (or 0xEB0F7D) is known color: Deep Pink. HEX triplet: EB, 0F and 7D. RGB value is (235,15,125). Sum of RGB (Red+Green+Blue) = 235+15+125=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F7D is #14F082. Grayscale: #5D5D5D. Windows color (decimal): -1372291 or 8196075. OLE color: 8196075.

HSL color Cylindrical-coordinate representation of color #EB0F7D: hue angle of 330º degrees, saturation: 0.88, 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 #EB0F7D is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 125 -
CMYK 0 0.94 0.47 0.08
HSL 330º 0.88% 0.49% -
HSV(B) 330º 0.94% 0.92% -
XYZ 38.13 19.48 21.15 -
YUV 93.32 145.89 229.06 -
System Red Green Blue C M Y K H S L
Decimal 235 15 125 0 0.94 0.47 0.08 330 0.88 0.49
Hex EB F 7D 0 5E 2F 8 14A 58 31
Octal 353 17 175 0 136 57 10 512 130 61
Binary 11101011 1111 1111101 0 1011110 101111 1000 101001010 1011000 110001

Color Harmonies of #EB0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F7D

Black with #EB0F7D

Text Example


Text Example

White with #EB0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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