Html Css Color HEX #EA50A6 Brilliant Rose

📋 copy color: '#EA50A6'

red 234 ◦ green 80 ◦ blue 166

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

Shades of Brilliant Rose #EA50A6

Tints of Brilliant Rose #EA50A6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

 BLUE value IS 166 (65.23% from 255) = 34.58%

R = 48.75%
G = 16.67%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA50A6 (or 0xEA50A6) is known color: Brilliant Rose. HEX triplet: EA, 50 and A6. RGB value is (234,80,166). Sum of RGB (Red+Green+Blue) = 234+80+166=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA50A6 is #15AF59. Grayscale: #878787. Windows color (decimal): -1421146 or 10899690. OLE color: 10899690.

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

Color convert

RGB 234 80 166 -
CMYK 0 0.66 0.29 0.08
HSL 326.49º 0.79% 0.62% -
HSV(B) 326.49º 0.66% 0.92% -
XYZ 43.68 25.98 38.79 -
YUV 135.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 234 80 166 0 0.66 0.29 0.08 326.49 0.79 0.62
Hex EA 50 A6 0 42 1D 8 146 4F 3E
Octal 352 120 246 0 102 35 10 506 117 76
Binary 11101010 1010000 10100110 0 1000010 11101 1000 101000110 1001111 111110

Color Harmonies of #EA50A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50A6

Black with #EA50A6

Text Example


Text Example

White with #EA50A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50A6; }

 p { color: rgb(234,80,166); }

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

background-color css

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

 a { background-color: rgb(234,80,166); }

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

border-color css

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

 span { border-color: rgb(234,80,166); }

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