Html Css Color HEX #EA5FA6 Brilliant Rose

📋 copy color: '#EA5FA6'

red 234 ◦ green 95 ◦ blue 166

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

Shades of Brilliant Rose #EA5FA6

Tints of Brilliant Rose #EA5FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.19%

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

R = 47.27%
G = 19.19%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA5FA6 (or 0xEA5FA6) is known color: Brilliant Rose. HEX triplet: EA, 5F and A6. RGB value is (234,95,166). Sum of RGB (Red+Green+Blue) = 234+95+166=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5FA6 is #15A059. Grayscale: #909090. Windows color (decimal): -1417306 or 10903530. OLE color: 10903530.

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

Color convert

RGB 234 95 166 -
CMYK 0 0.59 0.29 0.08
HSL 329.35º 0.77% 0.65% -
HSV(B) 329.35º 0.59% 0.92% -
XYZ 44.91 28.43 39.2 -
YUV 144.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 234 95 166 0 0.59 0.29 0.08 329.35 0.77 0.65
Hex EA 5F A6 0 3B 1D 8 149 4D 41
Octal 352 137 246 0 73 35 10 511 115 101
Binary 11101010 1011111 10100110 0 111011 11101 1000 101001001 1001101 1000001

Color Harmonies of #EA5FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5FA6

Black with #EA5FA6

Text Example


Text Example

White with #EA5FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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