Html Css Color HEX #ED2196 Persian Rose

📋 copy color: '#ED2196'

red 237 ◦ green 33 ◦ blue 150

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

Shades of Persian Rose #ED2196

Tints of Persian Rose #ED2196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.86%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 56.43%
G = 7.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED2196 (or 0xED2196) is known color: Persian Rose. HEX triplet: ED, 21 and 96. RGB value is (237,33,150). Sum of RGB (Red+Green+Blue) = 237+33+150=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2196 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2196 is #12DE69. Grayscale: #6B6B6B. Windows color (decimal): -1236586 or 9839085. OLE color: 9839085.

HSL color Cylindrical-coordinate representation of color #ED2196: hue angle of 325.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2196 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 33 150 -
CMYK 0 0.86 0.37 0.07
HSL 325.59º 0.85% 0.53% -
HSV(B) 325.59º 0.86% 0.93% -
XYZ 40.97 21.29 30.8 -
YUV 107.33 152.09 220.49 -
System Red Green Blue C M Y K H S L
Decimal 237 33 150 0 0.86 0.37 0.07 325.59 0.85 0.53
Hex ED 21 96 0 56 25 7 146 55 35
Octal 355 41 226 0 126 45 7 506 125 65
Binary 11101101 100001 10010110 0 1010110 100101 111 101000110 1010101 110101

Color Harmonies of #ED2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2196

Black with #ED2196

Text Example


Text Example

White with #ED2196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2196; }

 p { color: rgb(237,33,150); }

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

background-color css

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

 a { background-color: rgb(237,33,150); }

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

border-color css

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

 span { border-color: rgb(237,33,150); }

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