Html Css Color HEX #EA4C8D French Rose

📋 copy color: '#EA4C8D'

red 234 ◦ green 76 ◦ blue 141

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

Shades of French Rose #EA4C8D

Tints of French Rose #EA4C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 51.88%
G = 16.85%
B = 31.26%

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

#EA4C8D (or 0xEA4C8D) is known color: French Rose. HEX triplet: EA, 4C and 8D. RGB value is (234,76,141). Sum of RGB (Red+Green+Blue) = 234+76+141=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4C8D is #15B372. Grayscale: #828282. Windows color (decimal): -1422195 or 9260266. OLE color: 9260266.

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

Color convert

RGB 234 76 141 -
CMYK 0 0.68 0.40 0.08
HSL 335.32º 0.79% 0.61% -
HSV(B) 335.32º 0.68% 0.92% -
XYZ 41.32 24.58 27.77 -
YUV 130.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 234 76 141 0 0.68 0.40 0.08 335.32 0.79 0.61
Hex EA 4C 8D 0 44 28 8 14F 4F 3D
Octal 352 114 215 0 104 50 10 517 117 75
Binary 11101010 1001100 10001101 0 1000100 101000 1000 101001111 1001111 111101

Color Harmonies of #EA4C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4C8D

Black with #EA4C8D

Text Example


Text Example

White with #EA4C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4C8D; }

 p { color: rgb(234,76,141); }

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

background-color css

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

 a { background-color: rgb(234,76,141); }

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

border-color css

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

 span { border-color: rgb(234,76,141); }

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