Html Css Color HEX #EA4D92 French Rose

📋 copy color: '#EA4D92'

red 234 ◦ green 77 ◦ blue 146

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

Shades of French Rose #EA4D92

Tints of French Rose #EA4D92

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.85%

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 51.2%
G = 16.85%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA4D92 (or 0xEA4D92) is known color: French Rose. HEX triplet: EA, 4D and 92. RGB value is (234,77,146). Sum of RGB (Red+Green+Blue) = 234+77+146=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D92 is #15B26D. Grayscale: #838383. Windows color (decimal): -1421934 or 9588202. OLE color: 9588202.

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

Color convert

RGB 234 77 146 -
CMYK 0 0.67 0.38 0.08
HSL 333.63º 0.79% 0.61% -
HSV(B) 333.63º 0.67% 0.92% -
XYZ 41.77 24.88 29.79 -
YUV 131.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 234 77 146 0 0.67 0.38 0.08 333.63 0.79 0.61
Hex EA 4D 92 0 43 26 8 14E 4F 3D
Octal 352 115 222 0 103 46 10 516 117 75
Binary 11101010 1001101 10010010 0 1000011 100110 1000 101001110 1001111 111101

Color Harmonies of #EA4D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D92

Black with #EA4D92

Text Example


Text Example

White with #EA4D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D92; }

 p { color: rgb(234,77,146); }

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

background-color css

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

 a { background-color: rgb(234,77,146); }

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

border-color css

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

 span { border-color: rgb(234,77,146); }

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