Html Css Color HEX #EC3DAE Persian Rose

📋 copy color: '#EC3DAE'

red 236 ◦ green 61 ◦ blue 174

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

Shades of Persian Rose #EC3DAE

Tints of Persian Rose #EC3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.95%

 BLUE value IS 174 (68.36% from 255) = 36.94%

R = 50.11%
G = 12.95%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC3DAE (or 0xEC3DAE) is known color: Persian Rose. HEX triplet: EC, 3D and AE. RGB value is (236,61,174). Sum of RGB (Red+Green+Blue) = 236+61+174=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3DAE is #13C251. Grayscale: #7D7D7D. Windows color (decimal): -1294930 or 11419116. OLE color: 11419116.

HSL color Cylindrical-coordinate representation of color #EC3DAE: hue angle of 321.26º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DAE is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 61 174 -
CMYK 0 0.74 0.26 0.07
HSL 321.26º 0.82% 0.58% -
HSV(B) 321.26º 0.74% 0.93% -
XYZ 43.9 24.23 42.41 -
YUV 126.21 154.98 206.31 -
System Red Green Blue C M Y K H S L
Decimal 236 61 174 0 0.74 0.26 0.07 321.26 0.82 0.58
Hex EC 3D AE 0 4A 1A 7 141 52 3A
Octal 354 75 256 0 112 32 7 501 122 72
Binary 11101100 111101 10101110 0 1001010 11010 111 101000001 1010010 111010

Color Harmonies of #EC3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3DAE

Black with #EC3DAE

Text Example


Text Example

White with #EC3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3DAE; }

 p { color: rgb(236,61,174); }

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

background-color css

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

 a { background-color: rgb(236,61,174); }

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

border-color css

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

 span { border-color: rgb(236,61,174); }

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