Html Css Color HEX #ED37AB Persian Rose

📋 copy color: '#ED37AB'

red 237 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #ED37AB

Tints of Persian Rose #ED37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.88%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 51.19%
G = 11.88%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED37AB (or 0xED37AB) is known color: Persian Rose. HEX triplet: ED, 37 and AB. RGB value is (237,55,171). Sum of RGB (Red+Green+Blue) = 237+55+171=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED37AB is #12C854. Grayscale: #7A7A7A. Windows color (decimal): -1230933 or 11220973. OLE color: 11220973.

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

Color convert

RGB 237 55 171 -
CMYK 0 0.77 0.28 0.07
HSL 321.76º 0.83% 0.57% -
HSV(B) 321.76º 0.77% 0.93% -
XYZ 43.64 23.68 40.8 -
YUV 122.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 237 55 171 0 0.77 0.28 0.07 321.76 0.83 0.57
Hex ED 37 AB 0 4D 1C 7 142 53 39
Octal 355 67 253 0 115 34 7 502 123 71
Binary 11101101 110111 10101011 0 1001101 11100 111 101000010 1010011 111001

Color Harmonies of #ED37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED37AB

Black with #ED37AB

Text Example


Text Example

White with #ED37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED37AB; }

 p { color: rgb(237,55,171); }

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

background-color css

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

 a { background-color: rgb(237,55,171); }

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

border-color css

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

 span { border-color: rgb(237,55,171); }

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