Html Css Color HEX #EC269A Persian Rose

📋 copy color: '#EC269A'

red 236 ◦ green 38 ◦ blue 154

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

Shades of Persian Rose #EC269A

Tints of Persian Rose #EC269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 55.14%
G = 8.88%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC269A (or 0xEC269A) is known color: Persian Rose. HEX triplet: EC, 26 and 9A. RGB value is (236,38,154). Sum of RGB (Red+Green+Blue) = 236+38+154=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC269A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC269A is #13D965. Grayscale: #6E6E6E. Windows color (decimal): -1300838 or 10102508. OLE color: 10102508.

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

Color convert

RGB 236 38 154 -
CMYK 0 0.84 0.35 0.07
HSL 324.85º 0.84% 0.54% -
HSV(B) 324.85º 0.84% 0.93% -
XYZ 41.12 21.55 32.56 -
YUV 110.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 236 38 154 0 0.84 0.35 0.07 324.85 0.84 0.54
Hex EC 26 9A 0 54 23 7 145 54 36
Octal 354 46 232 0 124 43 7 505 124 66
Binary 11101100 100110 10011010 0 1010100 100011 111 101000101 1010100 110110

Color Harmonies of #EC269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC269A

Black with #EC269A

Text Example


Text Example

White with #EC269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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