Html Css Color HEX #ED299C Persian Rose

📋 copy color: '#ED299C'

red 237 ◦ green 41 ◦ blue 156

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

Shades of Persian Rose #ED299C

Tints of Persian Rose #ED299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 54.61%
G = 9.45%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED299C (or 0xED299C) is known color: Persian Rose. HEX triplet: ED, 29 and 9C. RGB value is (237,41,156). Sum of RGB (Red+Green+Blue) = 237+41+156=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED299C is #12D663. Grayscale: #707070. Windows color (decimal): -1234532 or 10234349. OLE color: 10234349.

HSL color Cylindrical-coordinate representation of color #ED299C: hue angle of 324.8º 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 #ED299C is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 41 156 -
CMYK 0 0.83 0.34 0.07
HSL 324.8º 0.84% 0.55% -
HSV(B) 324.8º 0.83% 0.93% -
XYZ 41.72 21.99 33.5 -
YUV 112.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 237 41 156 0 0.83 0.34 0.07 324.8 0.84 0.55
Hex ED 29 9C 0 53 22 7 145 54 37
Octal 355 51 234 0 123 42 7 505 124 67
Binary 11101101 101001 10011100 0 1010011 100010 111 101000101 1010100 110111

Color Harmonies of #ED299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED299C

Black with #ED299C

Text Example


Text Example

White with #ED299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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