Html Css Color HEX #EC27A4 Persian Rose

📋 copy color: '#EC27A4'

red 236 ◦ green 39 ◦ blue 164

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

Shades of Persian Rose #EC27A4

Tints of Persian Rose #EC27A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.36%

R = 53.76%
G = 8.88%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC27A4 (or 0xEC27A4) is known color: Persian Rose. HEX triplet: EC, 27 and A4. RGB value is (236,39,164). Sum of RGB (Red+Green+Blue) = 236+39+164=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC27A4 is #13D85B. Grayscale: #6F6F6F. Windows color (decimal): -1300572 or 10758124. OLE color: 10758124.

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

Color convert

RGB 236 39 164 -
CMYK 0 0.83 0.31 0.07
HSL 321.93º 0.84% 0.54% -
HSV(B) 321.93º 0.83% 0.93% -
XYZ 42.02 21.96 37.15 -
YUV 112.15 157.27 216.34 -
System Red Green Blue C M Y K H S L
Decimal 236 39 164 0 0.83 0.31 0.07 321.93 0.84 0.54
Hex EC 27 A4 0 53 1F 7 142 54 36
Octal 354 47 244 0 123 37 7 502 124 66
Binary 11101100 100111 10100100 0 1010011 11111 111 101000010 1010100 110110

Color Harmonies of #EC27A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27A4

Black with #EC27A4

Text Example


Text Example

White with #EC27A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27A4; }

 p { color: rgb(236,39,164); }

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

background-color css

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

 a { background-color: rgb(236,39,164); }

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

border-color css

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

 span { border-color: rgb(236,39,164); }

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