Html Css Color HEX #ED219B Persian Rose

📋 copy color: '#ED219B'

red 237 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #ED219B

Tints of Persian Rose #ED219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 55.76%
G = 7.76%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED219B (or 0xED219B) is known color: Persian Rose. HEX triplet: ED, 21 and 9B. RGB value is (237,33,155). Sum of RGB (Red+Green+Blue) = 237+33+155=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED219B is #12DE64. Grayscale: #6B6B6B. Windows color (decimal): -1236581 or 10166765. OLE color: 10166765.

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

Color convert

RGB 237 33 155 -
CMYK 0 0.86 0.35 0.07
HSL 324.12º 0.85% 0.53% -
HSV(B) 324.12º 0.86% 0.93% -
XYZ 41.39 21.46 32.97 -
YUV 107.9 154.59 220.08 -
System Red Green Blue C M Y K H S L
Decimal 237 33 155 0 0.86 0.35 0.07 324.12 0.85 0.53
Hex ED 21 9B 0 56 23 7 144 55 35
Octal 355 41 233 0 126 43 7 504 125 65
Binary 11101101 100001 10011011 0 1010110 100011 111 101000100 1010101 110101

Color Harmonies of #ED219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED219B

Black with #ED219B

Text Example


Text Example

White with #ED219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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