Html Css Color HEX #EC229B Persian Rose

📋 copy color: '#EC229B'

red 236 ◦ green 34 ◦ blue 155

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

Shades of Persian Rose #EC229B

Tints of Persian Rose #EC229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8%

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

R = 55.53%
G = 8%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC229B (or 0xEC229B) is known color: Persian Rose. HEX triplet: EC, 22 and 9B. RGB value is (236,34,155). Sum of RGB (Red+Green+Blue) = 236+34+155=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC229B is #13DD64. Grayscale: #6B6B6B. Windows color (decimal): -1301861 or 10167020. OLE color: 10167020.

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

Color convert

RGB 236 34 155 -
CMYK 0 0.86 0.34 0.07
HSL 324.06º 0.84% 0.53% -
HSV(B) 324.06º 0.86% 0.93% -
XYZ 41.08 21.34 32.96 -
YUV 108.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 236 34 155 0 0.86 0.34 0.07 324.06 0.84 0.53
Hex EC 22 9B 0 56 22 7 144 54 35
Octal 354 42 233 0 126 42 7 504 124 65
Binary 11101100 100010 10011011 0 1010110 100010 111 101000100 1010100 110101

Color Harmonies of #EC229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC229B

Black with #EC229B

Text Example


Text Example

White with #EC229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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