Html Css Color HEX #EC2693 Persian Rose

📋 copy color: '#EC2693'

red 236 ◦ green 38 ◦ blue 147

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

Shades of Persian Rose #EC2693

Tints of Persian Rose #EC2693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 56.06%
G = 9.03%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC2693 (or 0xEC2693) is known color: Persian Rose. HEX triplet: EC, 26 and 93. RGB value is (236,38,147). Sum of RGB (Red+Green+Blue) = 236+38+147=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2693 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2693 is #13D96C. Grayscale: #6D6D6D. Windows color (decimal): -1300845 or 9643756. OLE color: 9643756.

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

Color convert

RGB 236 38 147 -
CMYK 0 0.84 0.38 0.07
HSL 326.97º 0.84% 0.54% -
HSV(B) 326.97º 0.84% 0.93% -
XYZ 40.55 21.33 29.58 -
YUV 109.63 149.1 218.14 -
System Red Green Blue C M Y K H S L
Decimal 236 38 147 0 0.84 0.38 0.07 326.97 0.84 0.54
Hex EC 26 93 0 54 26 7 147 54 36
Octal 354 46 223 0 124 46 7 507 124 66
Binary 11101100 100110 10010011 0 1010100 100110 111 101000111 1010100 110110

Color Harmonies of #EC2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2693

Black with #EC2693

Text Example


Text Example

White with #EC2693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2693; }

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

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

background-color css

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

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

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

border-color css

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

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

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