Html Css Color HEX #EA4B99 French Rose

📋 copy color: '#EA4B99'

red 234 ◦ green 75 ◦ blue 153

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

Shades of French Rose #EA4B99

Tints of French Rose #EA4B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.23%

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 50.65%
G = 16.23%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA4B99 (or 0xEA4B99) is known color: French Rose. HEX triplet: EA, 4B and 99. RGB value is (234,75,153). Sum of RGB (Red+Green+Blue) = 234+75+153=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4B99 is #15B466. Grayscale: #838383. Windows color (decimal): -1422439 or 10046442. OLE color: 10046442.

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

Color convert

RGB 234 75 153 -
CMYK 0 0.68 0.35 0.08
HSL 330.57º 0.79% 0.61% -
HSV(B) 330.57º 0.68% 0.92% -
XYZ 42.2 24.82 32.7 -
YUV 131.43 140.18 201.16 -
System Red Green Blue C M Y K H S L
Decimal 234 75 153 0 0.68 0.35 0.08 330.57 0.79 0.61
Hex EA 4B 99 0 44 23 8 14B 4F 3D
Octal 352 113 231 0 104 43 10 513 117 75
Binary 11101010 1001011 10011001 0 1000100 100011 1000 101001011 1001111 111101

Color Harmonies of #EA4B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4B99

Black with #EA4B99

Text Example


Text Example

White with #EA4B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4B99; }

 p { color: rgb(234,75,153); }

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

background-color css

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

 a { background-color: rgb(234,75,153); }

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

border-color css

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

 span { border-color: rgb(234,75,153); }

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