Html Css Color HEX #EA4AB2 Brilliant Rose

📋 copy color: '#EA4AB2'

red 234 ◦ green 74 ◦ blue 178

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

Shades of Brilliant Rose #EA4AB2

Tints of Brilliant Rose #EA4AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.23%

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 48.15%
G = 15.23%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA4AB2 (or 0xEA4AB2) is known color: Brilliant Rose. HEX triplet: EA, 4A and B2. RGB value is (234,74,178). Sum of RGB (Red+Green+Blue) = 234+74+178=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4AB2 is #15B54D. Grayscale: #858585. Windows color (decimal): -1422670 or 11684586. OLE color: 11684586.

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

Color convert

RGB 234 74 178 -
CMYK 0 0.68 0.24 0.08
HSL 321º 0.79% 0.6% -
HSV(B) 321º 0.68% 0.92% -
XYZ 44.42 25.6 44.72 -
YUV 133.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 234 74 178 0 0.68 0.24 0.08 321 0.79 0.6
Hex EA 4A B2 0 44 18 8 141 4F 3C
Octal 352 112 262 0 104 30 10 501 117 74
Binary 11101010 1001010 10110010 0 1000100 11000 1000 101000001 1001111 111100

Color Harmonies of #EA4AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4AB2

Black with #EA4AB2

Text Example


Text Example

White with #EA4AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4AB2; }

 p { color: rgb(234,74,178); }

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

background-color css

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

 a { background-color: rgb(234,74,178); }

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

border-color css

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

 span { border-color: rgb(234,74,178); }

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