Html Css Color HEX #EA5A9F Brilliant Rose

📋 copy color: '#EA5A9F'

red 234 ◦ green 90 ◦ blue 159

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

Shades of Brilliant Rose #EA5A9F

Tints of Brilliant Rose #EA5A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

 BLUE value IS 159 (62.5% from 255) = 32.92%

R = 48.45%
G = 18.63%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA5A9F (or 0xEA5A9F) is known color: Brilliant Rose. HEX triplet: EA, 5A and 9F. RGB value is (234,90,159). Sum of RGB (Red+Green+Blue) = 234+90+159=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5A9F is #15A560. Grayscale: #8C8C8C. Windows color (decimal): -1418593 or 10443498. OLE color: 10443498.

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

Color convert

RGB 234 90 159 -
CMYK 0 0.62 0.32 0.08
HSL 331.25º 0.77% 0.64% -
HSV(B) 331.25º 0.62% 0.92% -
XYZ 43.85 27.31 35.76 -
YUV 140.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 234 90 159 0 0.62 0.32 0.08 331.25 0.77 0.64
Hex EA 5A 9F 0 3E 20 8 14B 4D 40
Octal 352 132 237 0 76 40 10 513 115 100
Binary 11101010 1011010 10011111 0 111110 100000 1000 101001011 1001101 1000000

Color Harmonies of #EA5A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A9F

Black with #EA5A9F

Text Example


Text Example

White with #EA5A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A9F; }

 p { color: rgb(234,90,159); }

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

background-color css

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

 a { background-color: rgb(234,90,159); }

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

border-color css

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

 span { border-color: rgb(234,90,159); }

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