Html Css Color HEX #EC28A5 Persian Rose

📋 copy color: '#EC28A5'

red 236 ◦ green 40 ◦ blue 165

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

Shades of Persian Rose #EC28A5

Tints of Persian Rose #EC28A5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.07%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 53.51%
G = 9.07%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC28A5 (or 0xEC28A5) is known color: Persian Rose. HEX triplet: EC, 28 and A5. RGB value is (236,40,165). Sum of RGB (Red+Green+Blue) = 236+40+165=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28A5 is #13D75A. Grayscale: #707070. Windows color (decimal): -1300315 or 10823916. OLE color: 10823916.

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

Color convert

RGB 236 40 165 -
CMYK 0 0.83 0.30 0.07
HSL 321.73º 0.84% 0.54% -
HSV(B) 321.73º 0.83% 0.93% -
XYZ 42.14 22.07 37.64 -
YUV 112.85 157.43 215.84 -
System Red Green Blue C M Y K H S L
Decimal 236 40 165 0 0.83 0.30 0.07 321.73 0.84 0.54
Hex EC 28 A5 0 53 1E 7 142 54 36
Octal 354 50 245 0 123 36 7 502 124 66
Binary 11101100 101000 10100101 0 1010011 11110 111 101000010 1010100 110110

Color Harmonies of #EC28A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC28A5

Black with #EC28A5

Text Example


Text Example

White with #EC28A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC28A5; }

 p { color: rgb(236,40,165); }

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

background-color css

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

 a { background-color: rgb(236,40,165); }

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

border-color css

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

 span { border-color: rgb(236,40,165); }

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