Html Css Color HEX #EC23A3 Persian Rose

📋 copy color: '#EC23A3'

red 236 ◦ green 35 ◦ blue 163

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

Shades of Persian Rose #EC23A3

Tints of Persian Rose #EC23A3

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.06%

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

R = 54.38%
G = 8.06%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC23A3 (or 0xEC23A3) is known color: Persian Rose. HEX triplet: EC, 23 and A3. RGB value is (236,35,163). Sum of RGB (Red+Green+Blue) = 236+35+163=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC23A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC23A3 is #13DC5C. Grayscale: #6D6D6D. Windows color (decimal): -1301597 or 10691564. OLE color: 10691564.

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

Color convert

RGB 236 35 163 -
CMYK 0 0.85 0.31 0.07
HSL 321.79º 0.84% 0.53% -
HSV(B) 321.79º 0.85% 0.93% -
XYZ 41.8 21.68 36.63 -
YUV 109.69 158.09 218.09 -
System Red Green Blue C M Y K H S L
Decimal 236 35 163 0 0.85 0.31 0.07 321.79 0.84 0.53
Hex EC 23 A3 0 55 1F 7 142 54 35
Octal 354 43 243 0 125 37 7 502 124 65
Binary 11101100 100011 10100011 0 1010101 11111 111 101000010 1010100 110101

Color Harmonies of #EC23A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC23A3

Black with #EC23A3

Text Example


Text Example

White with #EC23A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC23A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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