Html Css Color HEX #EA5DA1 Brilliant Rose

📋 copy color: '#EA5DA1'

red 234 ◦ green 93 ◦ blue 161

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

Shades of Brilliant Rose #EA5DA1

Tints of Brilliant Rose #EA5DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.99%

R = 47.95%
G = 19.06%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA5DA1 (or 0xEA5DA1) is known color: Brilliant Rose. HEX triplet: EA, 5D and A1. RGB value is (234,93,161). Sum of RGB (Red+Green+Blue) = 234+93+161=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5DA1 is #15A25E. Grayscale: #8E8E8E. Windows color (decimal): -1417823 or 10575338. OLE color: 10575338.

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

Color convert

RGB 234 93 161 -
CMYK 0 0.60 0.31 0.08
HSL 331.06º 0.77% 0.64% -
HSV(B) 331.06º 0.6% 0.92% -
XYZ 44.28 27.89 36.77 -
YUV 142.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 234 93 161 0 0.60 0.31 0.08 331.06 0.77 0.64
Hex EA 5D A1 0 3C 1F 8 14B 4D 40
Octal 352 135 241 0 74 37 10 513 115 100
Binary 11101010 1011101 10100001 0 111100 11111 1000 101001011 1001101 1000000

Color Harmonies of #EA5DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DA1

Black with #EA5DA1

Text Example


Text Example

White with #EA5DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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