Html Css Color HEX #EC34AF Persian Rose

📋 copy color: '#EC34AF'

red 236 ◦ green 52 ◦ blue 175

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

Shades of Persian Rose #EC34AF

Tints of Persian Rose #EC34AF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.23%

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

R = 50.97%
G = 11.23%
B = 37.8%

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

#EC34AF (or 0xEC34AF) is known color: Persian Rose. HEX triplet: EC, 34 and AF. RGB value is (236,52,175). Sum of RGB (Red+Green+Blue) = 236+52+175=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC34AF is #13CB50. Grayscale: #787878. Windows color (decimal): -1297233 or 11482348. OLE color: 11482348.

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

Color convert

RGB 236 52 175 -
CMYK 0 0.78 0.26 0.07
HSL 319.89º 0.83% 0.56% -
HSV(B) 319.89º 0.78% 0.93% -
XYZ 43.56 23.38 42.78 -
YUV 121.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 236 52 175 0 0.78 0.26 0.07 319.89 0.83 0.56
Hex EC 34 AF 0 4E 1A 7 140 53 38
Octal 354 64 257 0 116 32 7 500 123 70
Binary 11101100 110100 10101111 0 1001110 11010 111 101000000 1010011 111000

Color Harmonies of #EC34AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC34AF

Black with #EC34AF

Text Example


Text Example

White with #EC34AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC34AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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