Html Css Color HEX #ED2693 Persian Rose

📋 copy color: '#ED2693'

red 237 ◦ green 38 ◦ blue 147

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

Shades of Persian Rose #ED2693

Tints of Persian Rose #ED2693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9%

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 56.16%
G = 9%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED2693 (or 0xED2693) is known color: Persian Rose. HEX triplet: ED, 26 and 93. RGB value is (237,38,147). Sum of RGB (Red+Green+Blue) = 237+38+147=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2693 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2693 is #12D96C. Grayscale: #6D6D6D. Windows color (decimal): -1235309 or 9643757. OLE color: 9643757.

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

Color convert

RGB 237 38 147 -
CMYK 0 0.84 0.38 0.07
HSL 327.14º 0.85% 0.54% -
HSV(B) 327.14º 0.84% 0.93% -
XYZ 40.88 21.5 29.6 -
YUV 109.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 237 38 147 0 0.84 0.38 0.07 327.14 0.85 0.54
Hex ED 26 93 0 54 26 7 147 55 36
Octal 355 46 223 0 124 46 7 507 125 66
Binary 11101101 100110 10010011 0 1010100 100110 111 101000111 1010101 110110

Color Harmonies of #ED2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2693

Black with #ED2693

Text Example


Text Example

White with #ED2693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2693; }

 p { color: rgb(237,38,147); }

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

background-color css

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

 a { background-color: rgb(237,38,147); }

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

border-color css

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

 span { border-color: rgb(237,38,147); }

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