Html Css Color HEX #EC2995 Persian Rose

📋 copy color: '#EC2995'

red 236 ◦ green 41 ◦ blue 149

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

Shades of Persian Rose #EC2995

Tints of Persian Rose #EC2995

RGB

 RED value IS 236 (92.58% from 255) = 55.4%

 GREEN value IS 41 (16.41% from 255) = 9.62%

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 55.4%
G = 9.62%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC2995 (or 0xEC2995) is known color: Persian Rose. HEX triplet: EC, 29 and 95. RGB value is (236,41,149). Sum of RGB (Red+Green+Blue) = 236+41+149=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2995 is #13D66A. Grayscale: #6F6F6F. Windows color (decimal): -1300075 or 9775596. OLE color: 9775596.

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

Color convert

RGB 236 41 149 -
CMYK 0 0.83 0.37 0.07
HSL 326.77º 0.84% 0.54% -
HSV(B) 326.77º 0.83% 0.93% -
XYZ 40.81 21.59 30.45 -
YUV 111.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 236 41 149 0 0.83 0.37 0.07 326.77 0.84 0.54
Hex EC 29 95 0 53 25 7 147 54 36
Octal 354 51 225 0 123 45 7 507 124 66
Binary 11101100 101001 10010101 0 1010011 100101 111 101000111 1010100 110110

Color Harmonies of #EC2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2995

Black with #EC2995

Text Example


Text Example

White with #EC2995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2995; }

 p { color: rgb(236,41,149); }

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

background-color css

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

 a { background-color: rgb(236,41,149); }

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

border-color css

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

 span { border-color: rgb(236,41,149); }

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