Html Css Color HEX #EC25A3 Persian Rose

📋 copy color: '#EC25A3'

red 236 ◦ green 37 ◦ blue 163

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

Shades of Persian Rose #EC25A3

Tints of Persian Rose #EC25A3

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.49%

 BLUE value IS 163 (64.06% from 255) = 37.39%

R = 54.13%
G = 8.49%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC25A3 (or 0xEC25A3) is known color: Persian Rose. HEX triplet: EC, 25 and A3. RGB value is (236,37,163). Sum of RGB (Red+Green+Blue) = 236+37+163=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC25A3 is #13DA5C. Grayscale: #6E6E6E. Windows color (decimal): -1301085 or 10692076. OLE color: 10692076.

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

Color convert

RGB 236 37 163 -
CMYK 0 0.84 0.31 0.07
HSL 322.01º 0.84% 0.54% -
HSV(B) 322.01º 0.84% 0.93% -
XYZ 41.86 21.8 36.65 -
YUV 110.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 236 37 163 0 0.84 0.31 0.07 322.01 0.84 0.54
Hex EC 25 A3 0 54 1F 7 142 54 36
Octal 354 45 243 0 124 37 7 502 124 66
Binary 11101100 100101 10100011 0 1010100 11111 111 101000010 1010100 110110

Color Harmonies of #EC25A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25A3

Black with #EC25A3

Text Example


Text Example

White with #EC25A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25A3; }

 p { color: rgb(236,37,163); }

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

background-color css

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

 a { background-color: rgb(236,37,163); }

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

border-color css

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

 span { border-color: rgb(236,37,163); }

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