Html Css Color HEX #EB097F Deep Pink

📋 copy color: '#EB097F'

red 235 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #EB097F

Tints of Deep Pink #EB097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 127 (50% from 255) = 34.23%

R = 63.34%
G = 2.43%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB097F (or 0xEB097F) is known color: Deep Pink. HEX triplet: EB, 09 and 7F. RGB value is (235,9,127). Sum of RGB (Red+Green+Blue) = 235+9+127=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB097F is #14F680. Grayscale: #595959. Windows color (decimal): -1373825 or 8325611. OLE color: 8325611.

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

Color convert

RGB 235 9 127 -
CMYK 0 0.96 0.46 0.08
HSL 328.67º 0.93% 0.48% -
HSV(B) 328.67º 0.96% 0.92% -
XYZ 38.19 19.39 21.81 -
YUV 90.03 148.87 231.41 -
System Red Green Blue C M Y K H S L
Decimal 235 9 127 0 0.96 0.46 0.08 328.67 0.93 0.48
Hex EB 9 7F 0 60 2E 8 149 5D 30
Octal 353 11 177 0 140 56 10 511 135 60
Binary 11101011 1001 1111111 0 1100000 101110 1000 101001001 1011101 110000

Color Harmonies of #EB097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB097F

Black with #EB097F

Text Example


Text Example

White with #EB097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB097F; }

 p { color: rgb(235,9,127); }

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

background-color css

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

 a { background-color: rgb(235,9,127); }

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

border-color css

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

 span { border-color: rgb(235,9,127); }

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