Html Css Color HEX #ED259A Persian Rose

📋 copy color: '#ED259A'

red 237 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #ED259A

Tints of Persian Rose #ED259A

RGB

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

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

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

R = 55.37%
G = 8.64%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED259A (or 0xED259A) is known color: Persian Rose. HEX triplet: ED, 25 and 9A. RGB value is (237,37,154). Sum of RGB (Red+Green+Blue) = 237+37+154=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED259A is #12DA65. Grayscale: #6D6D6D. Windows color (decimal): -1235558 or 10102253. OLE color: 10102253.

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

Color convert

RGB 237 37 154 -
CMYK 0 0.84 0.35 0.07
HSL 324.9º 0.85% 0.54% -
HSV(B) 324.9º 0.84% 0.93% -
XYZ 41.42 21.66 32.57 -
YUV 110.14 152.76 218.49 -
System Red Green Blue C M Y K H S L
Decimal 237 37 154 0 0.84 0.35 0.07 324.9 0.85 0.54
Hex ED 25 9A 0 54 23 7 145 55 36
Octal 355 45 232 0 124 43 7 505 125 66
Binary 11101101 100101 10011010 0 1010100 100011 111 101000101 1010101 110110

Color Harmonies of #ED259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED259A

Black with #ED259A

Text Example


Text Example

White with #ED259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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