Html Css Color HEX #ED279C Persian Rose

📋 copy color: '#ED279C'

red 237 ◦ green 39 ◦ blue 156

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

Shades of Persian Rose #ED279C

Tints of Persian Rose #ED279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.03%

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 54.86%
G = 9.03%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED279C (or 0xED279C) is known color: Persian Rose. HEX triplet: ED, 27 and 9C. RGB value is (237,39,156). Sum of RGB (Red+Green+Blue) = 237+39+156=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED279C is #12D863. Grayscale: #6F6F6F. Windows color (decimal): -1235044 or 10233837. OLE color: 10233837.

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

Color convert

RGB 237 39 156 -
CMYK 0 0.84 0.34 0.07
HSL 324.55º 0.85% 0.54% -
HSV(B) 324.55º 0.84% 0.93% -
XYZ 41.65 21.86 33.48 -
YUV 111.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 237 39 156 0 0.84 0.34 0.07 324.55 0.85 0.54
Hex ED 27 9C 0 54 22 7 145 55 36
Octal 355 47 234 0 124 42 7 505 125 66
Binary 11101101 100111 10011100 0 1010100 100010 111 101000101 1010101 110110

Color Harmonies of #ED279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED279C

Black with #ED279C

Text Example


Text Example

White with #ED279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED279C; }

 p { color: rgb(237,39,156); }

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

background-color css

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

 a { background-color: rgb(237,39,156); }

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

border-color css

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

 span { border-color: rgb(237,39,156); }

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