Html Css Color HEX #EA4687 French Rose

📋 copy color: '#EA4687'

red 234 ◦ green 70 ◦ blue 135

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

Shades of French Rose #EA4687

Tints of French Rose #EA4687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.95%

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 53.3%
G = 15.95%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA4687 (or 0xEA4687) is known color: French Rose. HEX triplet: EA, 46 and 87. RGB value is (234,70,135). Sum of RGB (Red+Green+Blue) = 234+70+135=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4687 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4687 is #15B978. Grayscale: #7E7E7E. Windows color (decimal): -1423737 or 8865514. OLE color: 8865514.

HSL color Cylindrical-coordinate representation of color #EA4687: hue angle of 336.22º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4687 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 135 -
CMYK 0 0.70 0.42 0.08
HSL 336.22º 0.8% 0.6% -
HSV(B) 336.22º 0.7% 0.92% -
XYZ 40.5 23.62 25.35 -
YUV 126.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 234 70 135 0 0.70 0.42 0.08 336.22 0.8 0.6
Hex EA 46 87 0 46 2A 8 150 50 3C
Octal 352 106 207 0 106 52 10 520 120 74
Binary 11101010 1000110 10000111 0 1000110 101010 1000 101010000 1010000 111100

Color Harmonies of #EA4687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4687

Black with #EA4687

Text Example


Text Example

White with #EA4687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4687; }

 p { color: rgb(234,70,135); }

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

background-color css

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

 a { background-color: rgb(234,70,135); }

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

border-color css

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

 span { border-color: rgb(234,70,135); }

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