Html Css Color HEX #EA5397 French Rose

📋 copy color: '#EA5397'

red 234 ◦ green 83 ◦ blue 151

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

Shades of French Rose #EA5397

Tints of French Rose #EA5397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.74%

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 50%
G = 17.74%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA5397 (or 0xEA5397) is known color: French Rose. HEX triplet: EA, 53 and 97. RGB value is (234,83,151). Sum of RGB (Red+Green+Blue) = 234+83+151=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5397 is #15AC68. Grayscale: #878787. Windows color (decimal): -1420393 or 9917418. OLE color: 9917418.

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

Color convert

RGB 234 83 151 -
CMYK 0 0.65 0.35 0.08
HSL 332.98º 0.78% 0.62% -
HSV(B) 332.98º 0.65% 0.92% -
XYZ 42.61 25.91 32.03 -
YUV 135.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 234 83 151 0 0.65 0.35 0.08 332.98 0.78 0.62
Hex EA 53 97 0 41 23 8 14D 4E 3E
Octal 352 123 227 0 101 43 10 515 116 76
Binary 11101010 1010011 10010111 0 1000001 100011 1000 101001101 1001110 111110

Color Harmonies of #EA5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5397

Black with #EA5397

Text Example


Text Example

White with #EA5397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5397; }

 p { color: rgb(234,83,151); }

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

background-color css

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

 a { background-color: rgb(234,83,151); }

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

border-color css

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

 span { border-color: rgb(234,83,151); }

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