Html Css Color HEX #ED4E98 French Rose

📋 copy color: '#ED4E98'

red 237 ◦ green 78 ◦ blue 152

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

Shades of French Rose #ED4E98

Tints of French Rose #ED4E98

RGB

 RED value IS 237 (92.97% from 255) = 50.75%

 GREEN value IS 78 (30.86% from 255) = 16.7%

 BLUE value IS 152 (59.77% from 255) = 32.55%

R = 50.75%
G = 16.7%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED4E98 (or 0xED4E98) is known color: French Rose. HEX triplet: ED, 4E and 98. RGB value is (237,78,152). Sum of RGB (Red+Green+Blue) = 237+78+152=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4E98 is #12B167. Grayscale: #858585. Windows color (decimal): -1225064 or 9981677. OLE color: 9981677.

HSL color Cylindrical-coordinate representation of color #ED4E98: hue angle of 332.08º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4E98 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 78 152 -
CMYK 0 0.67 0.36 0.07
HSL 332.08º 0.82% 0.62% -
HSV(B) 332.08º 0.67% 0.93% -
XYZ 43.32 25.72 32.39 -
YUV 133.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 237 78 152 0 0.67 0.36 0.07 332.08 0.82 0.62
Hex ED 4E 98 0 43 24 7 14C 52 3E
Octal 355 116 230 0 103 44 7 514 122 76
Binary 11101101 1001110 10011000 0 1000011 100100 111 101001100 1010010 111110

Color Harmonies of #ED4E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E98

Black with #ED4E98

Text Example


Text Example

White with #ED4E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E98; }

 p { color: rgb(237,78,152); }

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

background-color css

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

 a { background-color: rgb(237,78,152); }

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

border-color css

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

 span { border-color: rgb(237,78,152); }

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