Html Css Color HEX #EA5294 French Rose

📋 copy color: '#EA5294'

red 234 ◦ green 82 ◦ blue 148

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

Shades of French Rose #EA5294

Tints of French Rose #EA5294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 50.43%
G = 17.67%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA5294 (or 0xEA5294) is known color: French Rose. HEX triplet: EA, 52 and 94. RGB value is (234,82,148). Sum of RGB (Red+Green+Blue) = 234+82+148=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5294 is #15AD6B. Grayscale: #868686. Windows color (decimal): -1420652 or 9720554. OLE color: 9720554.

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

Color convert

RGB 234 82 148 -
CMYK 0 0.65 0.37 0.08
HSL 333.95º 0.78% 0.62% -
HSV(B) 333.95º 0.65% 0.92% -
XYZ 42.29 25.67 30.74 -
YUV 134.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 234 82 148 0 0.65 0.37 0.08 333.95 0.78 0.62
Hex EA 52 94 0 41 25 8 14E 4E 3E
Octal 352 122 224 0 101 45 10 516 116 76
Binary 11101010 1010010 10010100 0 1000001 100101 1000 101001110 1001110 111110

Color Harmonies of #EA5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5294

Black with #EA5294

Text Example


Text Example

White with #EA5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5294; }

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

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

background-color css

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

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

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

border-color css

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

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

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