Html Css Color HEX #EA5D9F Brilliant Rose

📋 copy color: '#EA5D9F'

red 234 ◦ green 93 ◦ blue 159

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

Shades of Brilliant Rose #EA5D9F

Tints of Brilliant Rose #EA5D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.14%

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

R = 48.15%
G = 19.14%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA5D9F (or 0xEA5D9F) is known color: Brilliant Rose. HEX triplet: EA, 5D and 9F. RGB value is (234,93,159). Sum of RGB (Red+Green+Blue) = 234+93+159=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5D9F is #15A260. Grayscale: #8E8E8E. Windows color (decimal): -1417825 or 10444266. OLE color: 10444266.

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

Color convert

RGB 234 93 159 -
CMYK 0 0.60 0.32 0.08
HSL 331.91º 0.77% 0.64% -
HSV(B) 331.91º 0.6% 0.92% -
XYZ 44.1 27.82 35.85 -
YUV 142.68 137.21 193.13 -
System Red Green Blue C M Y K H S L
Decimal 234 93 159 0 0.60 0.32 0.08 331.91 0.77 0.64
Hex EA 5D 9F 0 3C 20 8 14C 4D 40
Octal 352 135 237 0 74 40 10 514 115 100
Binary 11101010 1011101 10011111 0 111100 100000 1000 101001100 1001101 1000000

Color Harmonies of #EA5D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D9F

Black with #EA5D9F

Text Example


Text Example

White with #EA5D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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