Html Css Color HEX #EA4A8C French Rose

📋 copy color: '#EA4A8C'

red 234 ◦ green 74 ◦ blue 140

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

Shades of French Rose #EA4A8C

Tints of French Rose #EA4A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.52%

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

R = 52.23%
G = 16.52%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA4A8C (or 0xEA4A8C) is known color: French Rose. HEX triplet: EA, 4A and 8C. RGB value is (234,74,140). Sum of RGB (Red+Green+Blue) = 234+74+140=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4A8C is #15B573. Grayscale: #818181. Windows color (decimal): -1422708 or 9194218. OLE color: 9194218.

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

Color convert

RGB 234 74 140 -
CMYK 0 0.68 0.40 0.08
HSL 335.25º 0.79% 0.6% -
HSV(B) 335.25º 0.68% 0.92% -
XYZ 41.11 24.28 27.33 -
YUV 129.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 234 74 140 0 0.68 0.40 0.08 335.25 0.79 0.6
Hex EA 4A 8C 0 44 28 8 14F 4F 3C
Octal 352 112 214 0 104 50 10 517 117 74
Binary 11101010 1001010 10001100 0 1000100 101000 1000 101001111 1001111 111100

Color Harmonies of #EA4A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A8C

Black with #EA4A8C

Text Example


Text Example

White with #EA4A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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