Html Css Color HEX #EA4584 French Rose

📋 copy color: '#EA4584'

red 234 ◦ green 69 ◦ blue 132

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

Shades of French Rose #EA4584

Tints of French Rose #EA4584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.86%

 BLUE value IS 132 (51.95% from 255) = 30.34%

R = 53.79%
G = 15.86%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA4584 (or 0xEA4584) is known color: French Rose. HEX triplet: EA, 45 and 84. RGB value is (234,69,132). Sum of RGB (Red+Green+Blue) = 234+69+132=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4584 is #15BA7B. Grayscale: #7D7D7D. Windows color (decimal): -1423996 or 8668650. OLE color: 8668650.

HSL color Cylindrical-coordinate representation of color #EA4584: hue angle of 337.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4584 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 69 132 -
CMYK 0 0.71 0.44 0.08
HSL 337.09º 0.8% 0.59% -
HSV(B) 337.09º 0.71% 0.92% -
XYZ 40.22 23.41 24.23 -
YUV 125.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 234 69 132 0 0.71 0.44 0.08 337.09 0.8 0.59
Hex EA 45 84 0 47 2C 8 151 50 3B
Octal 352 105 204 0 107 54 10 521 120 73
Binary 11101010 1000101 10000100 0 1000111 101100 1000 101010001 1010000 111011

Color Harmonies of #EA4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4584

Black with #EA4584

Text Example


Text Example

White with #EA4584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4584; }

 p { color: rgb(234,69,132); }

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

background-color css

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

 a { background-color: rgb(234,69,132); }

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

border-color css

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

 span { border-color: rgb(234,69,132); }

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