Html Css Color HEX #ED2296 Persian Rose

📋 copy color: '#ED2296'

red 237 ◦ green 34 ◦ blue 150

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

Shades of Persian Rose #ED2296

Tints of Persian Rose #ED2296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.08%

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

R = 56.29%
G = 8.08%
B = 35.63%

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

#ED2296 (or 0xED2296) is known color: Persian Rose. HEX triplet: ED, 22 and 96. RGB value is (237,34,150). Sum of RGB (Red+Green+Blue) = 237+34+150=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2296 is #12DD69. Grayscale: #6B6B6B. Windows color (decimal): -1236330 or 9839341. OLE color: 9839341.

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

Color convert

RGB 237 34 150 -
CMYK 0 0.86 0.37 0.07
HSL 325.71º 0.85% 0.53% -
HSV(B) 325.71º 0.86% 0.93% -
XYZ 41 21.35 30.81 -
YUV 107.92 151.75 220.07 -
System Red Green Blue C M Y K H S L
Decimal 237 34 150 0 0.86 0.37 0.07 325.71 0.85 0.53
Hex ED 22 96 0 56 25 7 146 55 35
Octal 355 42 226 0 126 45 7 506 125 65
Binary 11101101 100010 10010110 0 1010110 100101 111 101000110 1010101 110101

Color Harmonies of #ED2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2296

Black with #ED2296

Text Example


Text Example

White with #ED2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2296; }

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

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

background-color css

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

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

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

border-color css

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

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

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