Html Css Color HEX #EC33A4 Persian Rose

📋 copy color: '#EC33A4'

red 236 ◦ green 51 ◦ blue 164

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

Shades of Persian Rose #EC33A4

Tints of Persian Rose #EC33A4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.31%

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

R = 52.33%
G = 11.31%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC33A4 (or 0xEC33A4) is known color: Persian Rose. HEX triplet: EC, 33 and A4. RGB value is (236,51,164). Sum of RGB (Red+Green+Blue) = 236+51+164=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC33A4 is #13CC5B. Grayscale: #767676. Windows color (decimal): -1297500 or 10761196. OLE color: 10761196.

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

Color convert

RGB 236 51 164 -
CMYK 0 0.78 0.31 0.07
HSL 323.35º 0.83% 0.56% -
HSV(B) 323.35º 0.78% 0.93% -
XYZ 42.48 22.88 37.3 -
YUV 119.2 153.29 211.31 -
System Red Green Blue C M Y K H S L
Decimal 236 51 164 0 0.78 0.31 0.07 323.35 0.83 0.56
Hex EC 33 A4 0 4E 1F 7 143 53 38
Octal 354 63 244 0 116 37 7 503 123 70
Binary 11101100 110011 10100100 0 1001110 11111 111 101000011 1010011 111000

Color Harmonies of #EC33A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC33A4

Black with #EC33A4

Text Example


Text Example

White with #EC33A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC33A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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