Html Css Color HEX #EC26A0 Persian Rose

📋 copy color: '#EC26A0'

red 236 ◦ green 38 ◦ blue 160

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

Shades of Persian Rose #EC26A0

Tints of Persian Rose #EC26A0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.76%

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 54.38%
G = 8.76%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC26A0 (or 0xEC26A0) is known color: Persian Rose. HEX triplet: EC, 26 and A0. RGB value is (236,38,160). Sum of RGB (Red+Green+Blue) = 236+38+160=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC26A0 is #13D95F. Grayscale: #6E6E6E. Windows color (decimal): -1300832 or 10495724. OLE color: 10495724.

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

Color convert

RGB 236 38 160 -
CMYK 0 0.84 0.32 0.07
HSL 323.03º 0.84% 0.54% -
HSV(B) 323.03º 0.84% 0.93% -
XYZ 41.63 21.76 35.26 -
YUV 111.11 155.6 217.08 -
System Red Green Blue C M Y K H S L
Decimal 236 38 160 0 0.84 0.32 0.07 323.03 0.84 0.54
Hex EC 26 A0 0 54 20 7 143 54 36
Octal 354 46 240 0 124 40 7 503 124 66
Binary 11101100 100110 10100000 0 1010100 100000 111 101000011 1010100 110110

Color Harmonies of #EC26A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC26A0

Black with #EC26A0

Text Example


Text Example

White with #EC26A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC26A0; }

 p { color: rgb(236,38,160); }

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

background-color css

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

 a { background-color: rgb(236,38,160); }

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

border-color css

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

 span { border-color: rgb(236,38,160); }

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