Html Css Color HEX #ED2596 Persian Rose

📋 copy color: '#ED2596'

red 237 ◦ green 37 ◦ blue 150

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

Shades of Persian Rose #ED2596

Tints of Persian Rose #ED2596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.73%

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

R = 55.9%
G = 8.73%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED2596 (or 0xED2596) is known color: Persian Rose. HEX triplet: ED, 25 and 96. RGB value is (237,37,150). Sum of RGB (Red+Green+Blue) = 237+37+150=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2596 is #12DA69. Grayscale: #6D6D6D. Windows color (decimal): -1235562 or 9840109. OLE color: 9840109.

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

Color convert

RGB 237 37 150 -
CMYK 0 0.84 0.37 0.07
HSL 326.1º 0.85% 0.54% -
HSV(B) 326.1º 0.84% 0.93% -
XYZ 41.09 21.53 30.84 -
YUV 109.68 150.76 218.81 -
System Red Green Blue C M Y K H S L
Decimal 237 37 150 0 0.84 0.37 0.07 326.1 0.85 0.54
Hex ED 25 96 0 54 25 7 146 55 36
Octal 355 45 226 0 124 45 7 506 125 66
Binary 11101101 100101 10010110 0 1010100 100101 111 101000110 1010101 110110

Color Harmonies of #ED2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2596

Black with #ED2596

Text Example


Text Example

White with #ED2596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2596; }

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

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

background-color css

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

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

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

border-color css

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

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

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