Html Css Color HEX #EB188A Deep Pink

📋 copy color: '#EB188A'

red 235 ◦ green 24 ◦ blue 138

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

Shades of Deep Pink #EB188A

Tints of Deep Pink #EB188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

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

R = 59.19%
G = 6.05%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB188A (or 0xEB188A) is known color: Deep Pink. HEX triplet: EB, 18 and 8A. RGB value is (235,24,138). Sum of RGB (Red+Green+Blue) = 235+24+138=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB188A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB188A is #14E775. Grayscale: #636363. Windows color (decimal): -1369974 or 9050347. OLE color: 9050347.

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

Color convert

RGB 235 24 138 -
CMYK 0 0.90 0.41 0.08
HSL 327.58º 0.84% 0.51% -
HSV(B) 327.58º 0.9% 0.92% -
XYZ 39.18 20.15 25.87 -
YUV 100.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 235 24 138 0 0.90 0.41 0.08 327.58 0.84 0.51
Hex EB 18 8A 0 5A 29 8 148 54 33
Octal 353 30 212 0 132 51 10 510 124 63
Binary 11101011 11000 10001010 0 1011010 101001 1000 101001000 1010100 110011

Color Harmonies of #EB188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB188A

Black with #EB188A

Text Example


Text Example

White with #EB188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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