Html Css Color HEX #EA5297 French Rose

📋 copy color: '#EA5297'

red 234 ◦ green 82 ◦ blue 151

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

Shades of French Rose #EA5297

Tints of French Rose #EA5297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.56%

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

R = 50.11%
G = 17.56%
B = 32.33%

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

#EA5297 (or 0xEA5297) is known color: French Rose. HEX triplet: EA, 52 and 97. RGB value is (234,82,151). Sum of RGB (Red+Green+Blue) = 234+82+151=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5297 is #15AD68. Grayscale: #878787. Windows color (decimal): -1420649 or 9917162. OLE color: 9917162.

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

Color convert

RGB 234 82 151 -
CMYK 0 0.65 0.35 0.08
HSL 332.76º 0.78% 0.62% -
HSV(B) 332.76º 0.65% 0.92% -
XYZ 42.53 25.76 32.01 -
YUV 135.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 234 82 151 0 0.65 0.35 0.08 332.76 0.78 0.62
Hex EA 52 97 0 41 23 8 14D 4E 3E
Octal 352 122 227 0 101 43 10 515 116 76
Binary 11101010 1010010 10010111 0 1000001 100011 1000 101001101 1001110 111110

Color Harmonies of #EA5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5297

Black with #EA5297

Text Example


Text Example

White with #EA5297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5297; }

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

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

background-color css

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

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

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

border-color css

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

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

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