Html Css Color HEX #EA508C French Rose

📋 copy color: '#EA508C'

red 234 ◦ green 80 ◦ blue 140

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

Shades of French Rose #EA508C

Tints of French Rose #EA508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 51.54%
G = 17.62%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA508C (or 0xEA508C) is known color: French Rose. HEX triplet: EA, 50 and 8C. RGB value is (234,80,140). Sum of RGB (Red+Green+Blue) = 234+80+140=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA508C is #15AF73. Grayscale: #848484. Windows color (decimal): -1421172 or 9195754. OLE color: 9195754.

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

Color convert

RGB 234 80 140 -
CMYK 0 0.66 0.40 0.08
HSL 336.62º 0.79% 0.62% -
HSV(B) 336.62º 0.66% 0.92% -
XYZ 41.53 25.12 27.47 -
YUV 132.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 234 80 140 0 0.66 0.40 0.08 336.62 0.79 0.62
Hex EA 50 8C 0 42 28 8 151 4F 3E
Octal 352 120 214 0 102 50 10 521 117 76
Binary 11101010 1010000 10001100 0 1000010 101000 1000 101010001 1001111 111110

Color Harmonies of #EA508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA508C

Black with #EA508C

Text Example


Text Example

White with #EA508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA508C; }

 p { color: rgb(234,80,140); }

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

background-color css

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

 a { background-color: rgb(234,80,140); }

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

border-color css

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

 span { border-color: rgb(234,80,140); }

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