Html Css Color HEX #EC2894 Persian Rose

📋 copy color: '#EC2894'

red 236 ◦ green 40 ◦ blue 148

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

Shades of Persian Rose #EC2894

Tints of Persian Rose #EC2894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.43%

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 55.66%
G = 9.43%
B = 34.91%

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

#EC2894 (or 0xEC2894) is known color: Persian Rose. HEX triplet: EC, 28 and 94. RGB value is (236,40,148). Sum of RGB (Red+Green+Blue) = 236+40+148=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2894 is #13D76B. Grayscale: #6E6E6E. Windows color (decimal): -1300332 or 9709804. OLE color: 9709804.

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

Color convert

RGB 236 40 148 -
CMYK 0 0.83 0.37 0.07
HSL 326.94º 0.84% 0.54% -
HSV(B) 326.94º 0.83% 0.93% -
XYZ 40.7 21.49 30.02 -
YUV 110.92 148.93 217.22 -
System Red Green Blue C M Y K H S L
Decimal 236 40 148 0 0.83 0.37 0.07 326.94 0.84 0.54
Hex EC 28 94 0 53 25 7 147 54 36
Octal 354 50 224 0 123 45 7 507 124 66
Binary 11101100 101000 10010100 0 1010011 100101 111 101000111 1010100 110110

Color Harmonies of #EC2894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2894

Black with #EC2894

Text Example


Text Example

White with #EC2894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2894; }

 p { color: rgb(236,40,148); }

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

background-color css

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

 a { background-color: rgb(236,40,148); }

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

border-color css

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

 span { border-color: rgb(236,40,148); }

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