Html Css Color HEX #EA5BAB Brilliant Rose

📋 copy color: '#EA5BAB'

red 234 ◦ green 91 ◦ blue 171

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

Shades of Brilliant Rose #EA5BAB

Tints of Brilliant Rose #EA5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.35%

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 47.18%
G = 18.35%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA5BAB (or 0xEA5BAB) is known color: Brilliant Rose. HEX triplet: EA, 5B and AB. RGB value is (234,91,171). Sum of RGB (Red+Green+Blue) = 234+91+171=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5BAB is #15A454. Grayscale: #8E8E8E. Windows color (decimal): -1418325 or 11230186. OLE color: 11230186.

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

Color convert

RGB 234 91 171 -
CMYK 0 0.61 0.27 0.08
HSL 326.43º 0.77% 0.64% -
HSV(B) 326.43º 0.61% 0.92% -
XYZ 45.02 27.91 41.54 -
YUV 142.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 234 91 171 0 0.61 0.27 0.08 326.43 0.77 0.64
Hex EA 5B AB 0 3D 1B 8 146 4D 40
Octal 352 133 253 0 75 33 10 506 115 100
Binary 11101010 1011011 10101011 0 111101 11011 1000 101000110 1001101 1000000

Color Harmonies of #EA5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5BAB

Black with #EA5BAB

Text Example


Text Example

White with #EA5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5BAB; }

 p { color: rgb(234,91,171); }

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

background-color css

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

 a { background-color: rgb(234,91,171); }

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

border-color css

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

 span { border-color: rgb(234,91,171); }

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