Html Css Color HEX #EC7EEA Violet

📋 copy color: '#EC7EEA'

red 236 ◦ green 126 ◦ blue 234

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

Shades of Violet #EC7EEA

Tints of Violet #EC7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.14%

 BLUE value IS 234 (91.8% from 255) = 39.26%

R = 39.6%
G = 21.14%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC7EEA (or 0xEC7EEA) is known color: Violet. HEX triplet: EC, 7E and EA. RGB value is (236,126,234). Sum of RGB (Red+Green+Blue) = 236+126+234=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EEA is #138115. Grayscale: #AAAAAA. Windows color (decimal): -1278230 or 15367916. OLE color: 15367916.

HSL color Cylindrical-coordinate representation of color #EC7EEA: hue angle of 301.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7EEA is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 126 234 -
CMYK 0 0.47 0.01 0.07
HSL 301.09º 0.74% 0.71% -
HSV(B) 301.09º 0.47% 0.93% -
XYZ 56.9 38.7 82.31 -
YUV 171.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 236 126 234 0 0.47 0.01 0.07 301.09 0.74 0.71
Hex EC 7E EA 0 2F 1 7 12D 4A 47
Octal 354 176 352 0 57 1 7 455 112 107
Binary 11101100 1111110 11101010 0 101111 1 111 100101101 1001010 1000111

Color Harmonies of #EC7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EEA

Black with #EC7EEA

Text Example


Text Example

White with #EC7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EEA; }

 p { color: rgb(236,126,234); }

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

background-color css

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

 a { background-color: rgb(236,126,234); }

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

border-color css

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

 span { border-color: rgb(236,126,234); }

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