Html Css Color HEX #EA5FBB Hot Pink

📋 copy color: '#EA5FBB'

red 234 ◦ green 95 ◦ blue 187

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

Shades of Hot Pink #EA5FBB

Tints of Hot Pink #EA5FBB

RGB

 RED value IS 234 (91.8% from 255) = 45.35%

 GREEN value IS 95 (37.5% from 255) = 18.41%

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 45.35%
G = 18.41%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA5FBB (or 0xEA5FBB) is known color: Hot Pink. HEX triplet: EA, 5F and BB. RGB value is (234,95,187). Sum of RGB (Red+Green+Blue) = 234+95+187=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FBB is #15A044. Grayscale: #929292. Windows color (decimal): -1417285 or 12279786. OLE color: 12279786.

HSL color Cylindrical-coordinate representation of color #EA5FBB: hue angle of 320.29º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA5FBB is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 95 187 -
CMYK 0 0.59 0.20 0.08
HSL 320.29º 0.77% 0.65% -
HSV(B) 320.29º 0.59% 0.92% -
XYZ 46.99 29.26 50.19 -
YUV 147.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 234 95 187 0 0.59 0.20 0.08 320.29 0.77 0.65
Hex EA 5F BB 0 3B 14 8 140 4D 41
Octal 352 137 273 0 73 24 10 500 115 101
Binary 11101010 1011111 10111011 0 111011 10100 1000 101000000 1001101 1000001

Color Harmonies of #EA5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5FBB

Black with #EA5FBB

Text Example


Text Example

White with #EA5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5FBB; }

 p { color: rgb(234,95,187); }

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

background-color css

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

 a { background-color: rgb(234,95,187); }

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

border-color css

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

 span { border-color: rgb(234,95,187); }

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