Html Css Color HEX #EB168A Deep Pink

📋 copy color: '#EB168A'

red 235 ◦ green 22 ◦ blue 138

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

Shades of Deep Pink #EB168A

Tints of Deep Pink #EB168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.57%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 59.49%
G = 5.57%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB168A (or 0xEB168A) is known color: Deep Pink. HEX triplet: EB, 16 and 8A. RGB value is (235,22,138). Sum of RGB (Red+Green+Blue) = 235+22+138=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB168A is #14E975. Grayscale: #626262. Windows color (decimal): -1370486 or 9049835. OLE color: 9049835.

HSL color Cylindrical-coordinate representation of color #EB168A: hue angle of 327.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB168A is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 22 138 -
CMYK 0 0.91 0.41 0.08
HSL 327.32º 0.84% 0.5% -
HSV(B) 327.32º 0.91% 0.92% -
XYZ 39.14 20.07 25.86 -
YUV 98.91 150.07 225.07 -
System Red Green Blue C M Y K H S L
Decimal 235 22 138 0 0.91 0.41 0.08 327.32 0.84 0.5
Hex EB 16 8A 0 5B 29 8 147 54 32
Octal 353 26 212 0 133 51 10 507 124 62
Binary 11101011 10110 10001010 0 1011011 101001 1000 101000111 1010100 110010

Color Harmonies of #EB168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB168A

Black with #EB168A

Text Example


Text Example

White with #EB168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB168A; }

 p { color: rgb(235,22,138); }

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

background-color css

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

 a { background-color: rgb(235,22,138); }

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

border-color css

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

 span { border-color: rgb(235,22,138); }

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