Html Css Color HEX #EC8CFD Violet

📋 copy color: '#EC8CFD'

red 236 ◦ green 140 ◦ blue 253

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

Shades of Violet #EC8CFD

Tints of Violet #EC8CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.26%

 BLUE value IS 253 (99.22% from 255) = 40.22%

R = 37.52%
G = 22.26%
B = 40.22%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC8CFD (or 0xEC8CFD) is known color: Violet. HEX triplet: EC, 8C and FD. RGB value is (236,140,253). Sum of RGB (Red+Green+Blue) = 236+140+253=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CFD is #137302. Grayscale: #B5B5B5. Windows color (decimal): -1274627 or 16616684. OLE color: 16616684.

HSL color Cylindrical-coordinate representation of color #EC8CFD: hue angle of 290.97º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8CFD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 140 253 -
CMYK 0.07 0.45 0 0.01
HSL 290.97º 0.97% 0.77% -
HSV(B) 290.97º 0.45% 0.99% -
XYZ 61.7 43.68 98.11 -
YUV 181.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 236 140 253 0.07 0.45 0 0.01 290.97 0.97 0.77
Hex EC 8C FD 7 2D 0 1 123 61 4D
Octal 354 214 375 7 55 0 1 443 141 115
Binary 11101100 10001100 11111101 111 101101 0 1 100100011 1100001 1001101

Color Harmonies of #EC8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CFD

Black with #EC8CFD

Text Example


Text Example

White with #EC8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CFD; }

 p { color: rgb(236,140,253); }

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

background-color css

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

 a { background-color: rgb(236,140,253); }

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

border-color css

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

 span { border-color: rgb(236,140,253); }

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