Html Css Color HEX #EA4BAB Brilliant Rose

📋 copy color: '#EA4BAB'

red 234 ◦ green 75 ◦ blue 171

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

Shades of Brilliant Rose #EA4BAB

Tints of Brilliant Rose #EA4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.63%

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

R = 48.75%
G = 15.63%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA4BAB (or 0xEA4BAB) is known color: Brilliant Rose. HEX triplet: EA, 4B and AB. RGB value is (234,75,171). Sum of RGB (Red+Green+Blue) = 234+75+171=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BAB is #15B454. Grayscale: #858585. Windows color (decimal): -1422421 or 11226090. OLE color: 11226090.

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

Color convert

RGB 234 75 171 -
CMYK 0 0.68 0.27 0.08
HSL 323.77º 0.79% 0.61% -
HSV(B) 323.77º 0.68% 0.92% -
XYZ 43.8 25.46 41.13 -
YUV 133.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 234 75 171 0 0.68 0.27 0.08 323.77 0.79 0.61
Hex EA 4B AB 0 44 1B 8 144 4F 3D
Octal 352 113 253 0 104 33 10 504 117 75
Binary 11101010 1001011 10101011 0 1000100 11011 1000 101000100 1001111 111101

Color Harmonies of #EA4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4BAB

Black with #EA4BAB

Text Example


Text Example

White with #EA4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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