Html Css Color HEX #EC269D Persian Rose

📋 copy color: '#EC269D'

red 236 ◦ green 38 ◦ blue 157

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

Shades of Persian Rose #EC269D

Tints of Persian Rose #EC269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 54.76%
G = 8.82%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC269D (or 0xEC269D) is known color: Persian Rose. HEX triplet: EC, 26 and 9D. RGB value is (236,38,157). Sum of RGB (Red+Green+Blue) = 236+38+157=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC269D is #13D962. Grayscale: #6E6E6E. Windows color (decimal): -1300835 or 10299116. OLE color: 10299116.

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

Color convert

RGB 236 38 157 -
CMYK 0 0.84 0.33 0.07
HSL 323.94º 0.84% 0.54% -
HSV(B) 323.94º 0.84% 0.93% -
XYZ 41.37 21.65 33.9 -
YUV 110.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 236 38 157 0 0.84 0.33 0.07 323.94 0.84 0.54
Hex EC 26 9D 0 54 21 7 144 54 36
Octal 354 46 235 0 124 41 7 504 124 66
Binary 11101100 100110 10011101 0 1010100 100001 111 101000100 1010100 110110

Color Harmonies of #EC269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC269D

Black with #EC269D

Text Example


Text Example

White with #EC269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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