Html Css Color HEX #EC26A4 Persian Rose

📋 copy color: '#EC26A4'

red 236 ◦ green 38 ◦ blue 164

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

Shades of Persian Rose #EC26A4

Tints of Persian Rose #EC26A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.44%

R = 53.88%
G = 8.68%
B = 37.44%

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

#EC26A4 (or 0xEC26A4) is known color: Persian Rose. HEX triplet: EC, 26 and A4. RGB value is (236,38,164). Sum of RGB (Red+Green+Blue) = 236+38+164=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC26A4 is #13D95B. Grayscale: #6F6F6F. Windows color (decimal): -1300828 or 10757868. OLE color: 10757868.

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

Color convert

RGB 236 38 164 -
CMYK 0 0.84 0.31 0.07
HSL 321.82º 0.84% 0.54% -
HSV(B) 321.82º 0.84% 0.93% -
XYZ 41.99 21.9 37.14 -
YUV 111.57 157.6 216.75 -
System Red Green Blue C M Y K H S L
Decimal 236 38 164 0 0.84 0.31 0.07 321.82 0.84 0.54
Hex EC 26 A4 0 54 1F 7 142 54 36
Octal 354 46 244 0 124 37 7 502 124 66
Binary 11101100 100110 10100100 0 1010100 11111 111 101000010 1010100 110110

Color Harmonies of #EC26A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC26A4

Black with #EC26A4

Text Example


Text Example

White with #EC26A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC26A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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