Html Css Color HEX #EB067D Deep Pink

📋 copy color: '#EB067D'

red 235 ◦ green 6 ◦ blue 125

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

Shades of Deep Pink #EB067D

Tints of Deep Pink #EB067D

RGB

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

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

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

R = 64.21%
G = 1.64%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB067D (or 0xEB067D) is known color: Deep Pink. HEX triplet: EB, 06 and 7D. RGB value is (235,6,125). Sum of RGB (Red+Green+Blue) = 235+6+125=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB067D is #14F982. Grayscale: #575757. Windows color (decimal): -1374595 or 8193771. OLE color: 8193771.

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

Color convert

RGB 235 6 125 -
CMYK 0 0.97 0.47 0.08
HSL 328.82º 0.95% 0.47% -
HSV(B) 328.82º 0.97% 0.92% -
XYZ 38.03 19.27 21.12 -
YUV 88.04 148.87 232.82 -
System Red Green Blue C M Y K H S L
Decimal 235 6 125 0 0.97 0.47 0.08 328.82 0.95 0.47
Hex EB 6 7D 0 61 2F 8 149 5F 2F
Octal 353 6 175 0 141 57 10 511 137 57
Binary 11101011 110 1111101 0 1100001 101111 1000 101001001 1011111 101111

Color Harmonies of #EB067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB067D

Black with #EB067D

Text Example


Text Example

White with #EB067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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