Html Css Color HEX #EA51A8 Brilliant Rose

📋 copy color: '#EA51A8'

red 234 ◦ green 81 ◦ blue 168

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

Shades of Brilliant Rose #EA51A8

Tints of Brilliant Rose #EA51A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 48.45%
G = 16.77%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA51A8 (or 0xEA51A8) is known color: Brilliant Rose. HEX triplet: EA, 51 and A8. RGB value is (234,81,168). Sum of RGB (Red+Green+Blue) = 234+81+168=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA51A8 is #15AE57. Grayscale: #888888. Windows color (decimal): -1420888 or 11031018. OLE color: 11031018.

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

Color convert

RGB 234 81 168 -
CMYK 0 0.65 0.28 0.08
HSL 325.88º 0.78% 0.62% -
HSV(B) 325.88º 0.65% 0.92% -
XYZ 43.94 26.2 39.79 -
YUV 136.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 234 81 168 0 0.65 0.28 0.08 325.88 0.78 0.62
Hex EA 51 A8 0 41 1C 8 146 4E 3E
Octal 352 121 250 0 101 34 10 506 116 76
Binary 11101010 1010001 10101000 0 1000001 11100 1000 101000110 1001110 111110

Color Harmonies of #EA51A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA51A8

Black with #EA51A8

Text Example


Text Example

White with #EA51A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA51A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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