Html Css Color HEX #EA4A90 French Rose

📋 copy color: '#EA4A90'

red 234 ◦ green 74 ◦ blue 144

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

Shades of French Rose #EA4A90

Tints of French Rose #EA4A90

RGB

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

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

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

R = 51.77%
G = 16.37%
B = 31.86%

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

#EA4A90 (or 0xEA4A90) is known color: French Rose. HEX triplet: EA, 4A and 90. RGB value is (234,74,144). Sum of RGB (Red+Green+Blue) = 234+74+144=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4A90 is #15B56F. Grayscale: #818181. Windows color (decimal): -1422704 or 9456362. OLE color: 9456362.

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

Color convert

RGB 234 74 144 -
CMYK 0 0.68 0.38 0.08
HSL 333.75º 0.79% 0.6% -
HSV(B) 333.75º 0.68% 0.92% -
XYZ 41.41 24.4 28.91 -
YUV 129.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 234 74 144 0 0.68 0.38 0.08 333.75 0.79 0.6
Hex EA 4A 90 0 44 26 8 14E 4F 3C
Octal 352 112 220 0 104 46 10 516 117 74
Binary 11101010 1001010 10010000 0 1000100 100110 1000 101001110 1001111 111100

Color Harmonies of #EA4A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A90

Black with #EA4A90

Text Example


Text Example

White with #EA4A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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