Html Css Color HEX #EA4AAE Brilliant Rose

📋 copy color: '#EA4AAE'

red 234 ◦ green 74 ◦ blue 174

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

Shades of Brilliant Rose #EA4AAE

Tints of Brilliant Rose #EA4AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 48.55%
G = 15.35%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA4AAE (or 0xEA4AAE) is known color: Brilliant Rose. HEX triplet: EA, 4A and AE. RGB value is (234,74,174). Sum of RGB (Red+Green+Blue) = 234+74+174=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4AAE is #15B551. Grayscale: #858585. Windows color (decimal): -1422674 or 11422442. OLE color: 11422442.

HSL color Cylindrical-coordinate representation of color #EA4AAE: hue angle of 322.5º 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 #EA4AAE is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 74 174 -
CMYK 0 0.68 0.26 0.08
HSL 322.5º 0.79% 0.6% -
HSV(B) 322.5º 0.68% 0.92% -
XYZ 44.02 25.45 42.64 -
YUV 133.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 234 74 174 0 0.68 0.26 0.08 322.5 0.79 0.6
Hex EA 4A AE 0 44 1A 8 142 4F 3C
Octal 352 112 256 0 104 32 10 502 117 74
Binary 11101010 1001010 10101110 0 1000100 11010 1000 101000010 1001111 111100

Color Harmonies of #EA4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4AAE

Black with #EA4AAE

Text Example


Text Example

White with #EA4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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