Html Css Color HEX #EC34AB Persian Rose

📋 copy color: '#EC34AB'

red 236 ◦ green 52 ◦ blue 171

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

Shades of Persian Rose #EC34AB

Tints of Persian Rose #EC34AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 51.42%
G = 11.33%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC34AB (or 0xEC34AB) is known color: Persian Rose. HEX triplet: EC, 34 and AB. RGB value is (236,52,171). Sum of RGB (Red+Green+Blue) = 236+52+171=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC34AB is #13CB54. Grayscale: #787878. Windows color (decimal): -1297237 or 11220204. OLE color: 11220204.

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

Color convert

RGB 236 52 171 -
CMYK 0 0.78 0.28 0.07
HSL 321.2º 0.83% 0.56% -
HSV(B) 321.2º 0.78% 0.93% -
XYZ 43.17 23.23 40.74 -
YUV 120.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 236 52 171 0 0.78 0.28 0.07 321.2 0.83 0.56
Hex EC 34 AB 0 4E 1C 7 141 53 38
Octal 354 64 253 0 116 34 7 501 123 70
Binary 11101100 110100 10101011 0 1001110 11100 111 101000001 1010011 111000

Color Harmonies of #EC34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC34AB

Black with #EC34AB

Text Example


Text Example

White with #EC34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC34AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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