Html Css Color HEX #ED4F90 French Rose

📋 copy color: '#ED4F90'

red 237 ◦ green 79 ◦ blue 144

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

Shades of French Rose #ED4F90

Tints of French Rose #ED4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.17%

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

R = 51.52%
G = 17.17%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED4F90 (or 0xED4F90) is known color: French Rose. HEX triplet: ED, 4F and 90. RGB value is (237,79,144). Sum of RGB (Red+Green+Blue) = 237+79+144=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4F90 is #12B06F. Grayscale: #858585. Windows color (decimal): -1224816 or 9457645. OLE color: 9457645.

HSL color Cylindrical-coordinate representation of color #ED4F90: hue angle of 335.32º degrees, saturation: 0.81, 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 #ED4F90 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 79 144 -
CMYK 0 0.67 0.39 0.07
HSL 335.32º 0.81% 0.62% -
HSV(B) 335.32º 0.67% 0.93% -
XYZ 42.76 25.61 29.08 -
YUV 133.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 237 79 144 0 0.67 0.39 0.07 335.32 0.81 0.62
Hex ED 4F 90 0 43 27 7 14F 51 3E
Octal 355 117 220 0 103 47 7 517 121 76
Binary 11101101 1001111 10010000 0 1000011 100111 111 101001111 1010001 111110

Color Harmonies of #ED4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4F90

Black with #ED4F90

Text Example


Text Example

White with #ED4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4F90; }

 p { color: rgb(237,79,144); }

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

background-color css

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

 a { background-color: rgb(237,79,144); }

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

border-color css

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

 span { border-color: rgb(237,79,144); }

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