Html Css Color HEX #EC94E7 Violet

📋 copy color: '#EC94E7'

red 236 ◦ green 148 ◦ blue 231

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

Shades of Violet #EC94E7

Tints of Violet #EC94E7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.07%

 BLUE value IS 231 (90.63% from 255) = 37.56%

R = 38.37%
G = 24.07%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC94E7 (or 0xEC94E7) is known color: Violet. HEX triplet: EC, 94 and E7. RGB value is (236,148,231). Sum of RGB (Red+Green+Blue) = 236+148+231=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94E7 is #136B18. Grayscale: #B7B7B7. Windows color (decimal): -1272601 or 15176940. OLE color: 15176940.

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

Color convert

RGB 236 148 231 -
CMYK 0 0.37 0.02 0.07
HSL 303.41º 0.7% 0.75% -
HSV(B) 303.41º 0.37% 0.93% -
XYZ 59.61 44.78 81.1 -
YUV 183.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 236 148 231 0 0.37 0.02 0.07 303.41 0.7 0.75
Hex EC 94 E7 0 25 2 7 12F 46 4B
Octal 354 224 347 0 45 2 7 457 106 113
Binary 11101100 10010100 11100111 0 100101 10 111 100101111 1000110 1001011

Color Harmonies of #EC94E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94E7

Black with #EC94E7

Text Example


Text Example

White with #EC94E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94E7; }

 p { color: rgb(236,148,231); }

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

background-color css

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

 a { background-color: rgb(236,148,231); }

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

border-color css

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

 span { border-color: rgb(236,148,231); }

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