Html Css Color HEX #EA51A0 Brilliant Rose

📋 copy color: '#EA51A0'

red 234 ◦ green 81 ◦ blue 160

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

Shades of Brilliant Rose #EA51A0

Tints of Brilliant Rose #EA51A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.05%

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 49.26%
G = 17.05%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA51A0 (or 0xEA51A0) is known color: Brilliant Rose. HEX triplet: EA, 51 and A0. RGB value is (234,81,160). Sum of RGB (Red+Green+Blue) = 234+81+160=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA51A0 is #15AE5F. Grayscale: #878787. Windows color (decimal): -1420896 or 10506730. OLE color: 10506730.

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

Color convert

RGB 234 81 160 -
CMYK 0 0.65 0.32 0.08
HSL 329.02º 0.78% 0.62% -
HSV(B) 329.02º 0.65% 0.92% -
XYZ 43.22 25.92 35.98 -
YUV 135.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 234 81 160 0 0.65 0.32 0.08 329.02 0.78 0.62
Hex EA 51 A0 0 41 20 8 149 4E 3E
Octal 352 121 240 0 101 40 10 511 116 76
Binary 11101010 1010001 10100000 0 1000001 100000 1000 101001001 1001110 111110

Color Harmonies of #EA51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA51A0

Black with #EA51A0

Text Example


Text Example

White with #EA51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA51A0; }

 p { color: rgb(234,81,160); }

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

background-color css

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

 a { background-color: rgb(234,81,160); }

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

border-color css

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

 span { border-color: rgb(234,81,160); }

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