Html Css Color HEX #EA53A4 Brilliant Rose

📋 copy color: '#EA53A4'

red 234 ◦ green 83 ◦ blue 164

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

Shades of Brilliant Rose #EA53A4

Tints of Brilliant Rose #EA53A4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.26%

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 48.65%
G = 17.26%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA53A4 (or 0xEA53A4) is known color: Brilliant Rose. HEX triplet: EA, 53 and A4. RGB value is (234,83,164). Sum of RGB (Red+Green+Blue) = 234+83+164=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA53A4 is #15AC5B. Grayscale: #898989. Windows color (decimal): -1420380 or 10769386. OLE color: 10769386.

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

Color convert

RGB 234 83 164 -
CMYK 0 0.65 0.30 0.08
HSL 327.81º 0.78% 0.62% -
HSV(B) 327.81º 0.65% 0.92% -
XYZ 43.73 26.36 37.91 -
YUV 137.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 234 83 164 0 0.65 0.30 0.08 327.81 0.78 0.62
Hex EA 53 A4 0 41 1E 8 148 4E 3E
Octal 352 123 244 0 101 36 10 510 116 76
Binary 11101010 1010011 10100100 0 1000001 11110 1000 101001000 1001110 111110

Color Harmonies of #EA53A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53A4

Black with #EA53A4

Text Example


Text Example

White with #EA53A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53A4; }

 p { color: rgb(234,83,164); }

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

background-color css

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

 a { background-color: rgb(234,83,164); }

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

border-color css

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

 span { border-color: rgb(234,83,164); }

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