Html Css Color HEX #EA4C90 French Rose

📋 copy color: '#EA4C90'

red 234 ◦ green 76 ◦ blue 144

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

Shades of French Rose #EA4C90

Tints of French Rose #EA4C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.72%

R = 51.54%
G = 16.74%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA4C90 (or 0xEA4C90) is known color: French Rose. HEX triplet: EA, 4C and 90. RGB value is (234,76,144). Sum of RGB (Red+Green+Blue) = 234+76+144=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4C90 is #15B36F. Grayscale: #828282. Windows color (decimal): -1422192 or 9456874. OLE color: 9456874.

HSL color Cylindrical-coordinate representation of color #EA4C90: hue angle of 334.18º 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 #EA4C90 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 76 144 -
CMYK 0 0.68 0.38 0.08
HSL 334.18º 0.79% 0.61% -
HSV(B) 334.18º 0.68% 0.92% -
XYZ 41.55 24.67 28.96 -
YUV 130.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 234 76 144 0 0.68 0.38 0.08 334.18 0.79 0.61
Hex EA 4C 90 0 44 26 8 14E 4F 3D
Octal 352 114 220 0 104 46 10 516 117 75
Binary 11101010 1001100 10010000 0 1000100 100110 1000 101001110 1001111 111101

Color Harmonies of #EA4C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4C90

Black with #EA4C90

Text Example


Text Example

White with #EA4C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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