Html Css Color HEX #EC7BE1 Violet

📋 copy color: '#EC7BE1'

red 236 ◦ green 123 ◦ blue 225

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

Shades of Violet #EC7BE1

Tints of Violet #EC7BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.06%

 BLUE value IS 225 (88.28% from 255) = 38.53%

R = 40.41%
G = 21.06%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC7BE1 (or 0xEC7BE1) is known color: Violet. HEX triplet: EC, 7B and E1. RGB value is (236,123,225). Sum of RGB (Red+Green+Blue) = 236+123+225=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 123 (48.44% from 255 or 21.06% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BE1 is #13841E. Grayscale: #A8A8A8. Windows color (decimal): -1279007 or 14777324. OLE color: 14777324.

HSL color Cylindrical-coordinate representation of color #EC7BE1: hue angle of 305.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BE1 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 123 225 -
CMYK 0 0.48 0.05 0.07
HSL 305.84º 0.75% 0.7% -
HSV(B) 305.84º 0.48% 0.93% -
XYZ 55.27 37.44 75.55 -
YUV 168.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 236 123 225 0 0.48 0.05 0.07 305.84 0.75 0.7
Hex EC 7B E1 0 30 5 7 132 4B 46
Octal 354 173 341 0 60 5 7 462 113 106
Binary 11101100 1111011 11100001 0 110000 101 111 100110010 1001011 1000110

Color Harmonies of #EC7BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BE1

Black with #EC7BE1

Text Example


Text Example

White with #EC7BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BE1; }

 p { color: rgb(236,123,225); }

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

background-color css

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

 a { background-color: rgb(236,123,225); }

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

border-color css

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

 span { border-color: rgb(236,123,225); }

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