Html Css Color HEX #ED299E Persian Rose

📋 copy color: '#ED299E'

red 237 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #ED299E

Tints of Persian Rose #ED299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.4%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 54.36%
G = 9.4%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED299E (or 0xED299E) is known color: Persian Rose. HEX triplet: ED, 29 and 9E. RGB value is (237,41,158). Sum of RGB (Red+Green+Blue) = 237+41+158=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED299E is #12D661. Grayscale: #707070. Windows color (decimal): -1234530 or 10365421. OLE color: 10365421.

HSL color Cylindrical-coordinate representation of color #ED299E: hue angle of 324.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED299E is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 41 158 -
CMYK 0 0.83 0.33 0.07
HSL 324.18º 0.84% 0.55% -
HSV(B) 324.18º 0.83% 0.93% -
XYZ 41.89 22.06 34.4 -
YUV 112.94 153.43 216.49 -
System Red Green Blue C M Y K H S L
Decimal 237 41 158 0 0.83 0.33 0.07 324.18 0.84 0.55
Hex ED 29 9E 0 53 21 7 144 54 37
Octal 355 51 236 0 123 41 7 504 124 67
Binary 11101101 101001 10011110 0 1010011 100001 111 101000100 1010100 110111

Color Harmonies of #ED299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED299E

Black with #ED299E

Text Example


Text Example

White with #ED299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED299E; }

 p { color: rgb(237,41,158); }

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

background-color css

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

 a { background-color: rgb(237,41,158); }

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

border-color css

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

 span { border-color: rgb(237,41,158); }

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