Html Css Color HEX #EC33AF Persian Rose

📋 copy color: '#EC33AF'

red 236 ◦ green 51 ◦ blue 175

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

Shades of Persian Rose #EC33AF

Tints of Persian Rose #EC33AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 51.08%
G = 11.04%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC33AF (or 0xEC33AF) is known color: Persian Rose. HEX triplet: EC, 33 and AF. RGB value is (236,51,175). Sum of RGB (Red+Green+Blue) = 236+51+175=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC33AF is #13CC50. Grayscale: #787878. Windows color (decimal): -1297489 or 11482092. OLE color: 11482092.

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

Color convert

RGB 236 51 175 -
CMYK 0 0.78 0.26 0.07
HSL 319.78º 0.83% 0.56% -
HSV(B) 319.78º 0.78% 0.93% -
XYZ 43.51 23.3 42.76 -
YUV 120.45 158.79 210.42 -
System Red Green Blue C M Y K H S L
Decimal 236 51 175 0 0.78 0.26 0.07 319.78 0.83 0.56
Hex EC 33 AF 0 4E 1A 7 140 53 38
Octal 354 63 257 0 116 32 7 500 123 70
Binary 11101100 110011 10101111 0 1001110 11010 111 101000000 1010011 111000

Color Harmonies of #EC33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC33AF

Black with #EC33AF

Text Example


Text Example

White with #EC33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC33AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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