Html Css Color HEX #ED2B9A Persian Rose

📋 copy color: '#ED2B9A'

red 237 ◦ green 43 ◦ blue 154

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

Shades of Persian Rose #ED2B9A

Tints of Persian Rose #ED2B9A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.91%

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 54.61%
G = 9.91%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED2B9A (or 0xED2B9A) is known color: Persian Rose. HEX triplet: ED, 2B and 9A. RGB value is (237,43,154). Sum of RGB (Red+Green+Blue) = 237+43+154=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2B9A is #12D465. Grayscale: #717171. Windows color (decimal): -1234022 or 10103789. OLE color: 10103789.

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

Color convert

RGB 237 43 154 -
CMYK 0 0.82 0.35 0.07
HSL 325.67º 0.84% 0.55% -
HSV(B) 325.67º 0.82% 0.93% -
XYZ 41.62 22.07 32.64 -
YUV 113.66 150.77 215.97 -
System Red Green Blue C M Y K H S L
Decimal 237 43 154 0 0.82 0.35 0.07 325.67 0.84 0.55
Hex ED 2B 9A 0 52 23 7 146 54 37
Octal 355 53 232 0 122 43 7 506 124 67
Binary 11101101 101011 10011010 0 1010010 100011 111 101000110 1010100 110111

Color Harmonies of #ED2B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B9A

Black with #ED2B9A

Text Example


Text Example

White with #ED2B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B9A; }

 p { color: rgb(237,43,154); }

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

background-color css

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

 a { background-color: rgb(237,43,154); }

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

border-color css

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

 span { border-color: rgb(237,43,154); }

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