Html Css Color HEX #EC269B Persian Rose

📋 copy color: '#EC269B'

red 236 ◦ green 38 ◦ blue 155

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

Shades of Persian Rose #EC269B

Tints of Persian Rose #EC269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 55.01%
G = 8.86%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC269B (or 0xEC269B) is known color: Persian Rose. HEX triplet: EC, 26 and 9B. RGB value is (236,38,155). Sum of RGB (Red+Green+Blue) = 236+38+155=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC269B is #13D964. Grayscale: #6E6E6E. Windows color (decimal): -1300837 or 10168044. OLE color: 10168044.

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

Color convert

RGB 236 38 155 -
CMYK 0 0.84 0.34 0.07
HSL 324.55º 0.84% 0.54% -
HSV(B) 324.55º 0.84% 0.93% -
XYZ 41.2 21.59 33.01 -
YUV 110.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 236 38 155 0 0.84 0.34 0.07 324.55 0.84 0.54
Hex EC 26 9B 0 54 22 7 145 54 36
Octal 354 46 233 0 124 42 7 505 124 66
Binary 11101100 100110 10011011 0 1010100 100010 111 101000101 1010100 110110

Color Harmonies of #EC269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC269B

Black with #EC269B

Text Example


Text Example

White with #EC269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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