Html Css Color HEX #EC2395 Persian Rose

📋 copy color: '#EC2395'

red 236 ◦ green 35 ◦ blue 149

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

Shades of Persian Rose #EC2395

Tints of Persian Rose #EC2395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.33%

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

R = 56.19%
G = 8.33%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC2395 (or 0xEC2395) is known color: Persian Rose. HEX triplet: EC, 23 and 95. RGB value is (236,35,149). Sum of RGB (Red+Green+Blue) = 236+35+149=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2395 is #13DC6A. Grayscale: #6B6B6B. Windows color (decimal): -1301611 or 9774060. OLE color: 9774060.

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

Color convert

RGB 236 35 149 -
CMYK 0 0.85 0.37 0.07
HSL 325.97º 0.84% 0.53% -
HSV(B) 325.97º 0.85% 0.93% -
XYZ 40.62 21.2 30.39 -
YUV 108.1 151.09 219.23 -
System Red Green Blue C M Y K H S L
Decimal 236 35 149 0 0.85 0.37 0.07 325.97 0.84 0.53
Hex EC 23 95 0 55 25 7 146 54 35
Octal 354 43 225 0 125 45 7 506 124 65
Binary 11101100 100011 10010101 0 1010101 100101 111 101000110 1010100 110101

Color Harmonies of #EC2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2395

Black with #EC2395

Text Example


Text Example

White with #EC2395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2395; }

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

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

background-color css

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

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

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

border-color css

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

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

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