Html Css Color HEX #EA5F9E Brilliant Rose

📋 copy color: '#EA5F9E'

red 234 ◦ green 95 ◦ blue 158

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

Shades of Brilliant Rose #EA5F9E

Tints of Brilliant Rose #EA5F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.44%

R = 48.05%
G = 19.51%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA5F9E (or 0xEA5F9E) is known color: Brilliant Rose. HEX triplet: EA, 5F and 9E. RGB value is (234,95,158). Sum of RGB (Red+Green+Blue) = 234+95+158=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5F9E is #15A061. Grayscale: #8F8F8F. Windows color (decimal): -1417314 or 10379242. OLE color: 10379242.

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

Color convert

RGB 234 95 158 -
CMYK 0 0.59 0.32 0.08
HSL 332.81º 0.77% 0.65% -
HSV(B) 332.81º 0.59% 0.92% -
XYZ 44.2 28.15 35.45 -
YUV 143.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 234 95 158 0 0.59 0.32 0.08 332.81 0.77 0.65
Hex EA 5F 9E 0 3B 20 8 14D 4D 41
Octal 352 137 236 0 73 40 10 515 115 101
Binary 11101010 1011111 10011110 0 111011 100000 1000 101001101 1001101 1000001

Color Harmonies of #EA5F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5F9E

Black with #EA5F9E

Text Example


Text Example

White with #EA5F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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