Html Css Color HEX #EC90FD Violet

📋 copy color: '#EC90FD'

red 236 ◦ green 144 ◦ blue 253

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

Shades of Violet #EC90FD

Tints of Violet #EC90FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.75%

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

R = 37.28%
G = 22.75%
B = 39.97%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC90FD (or 0xEC90FD) is known color: Violet. HEX triplet: EC, 90 and FD. RGB value is (236,144,253). Sum of RGB (Red+Green+Blue) = 236+144+253=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 144 (56.64% from 255 or 22.75% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC90FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90FD is #136F02. Grayscale: #B7B7B7. Windows color (decimal): -1273603 or 16617708. OLE color: 16617708.

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

Color convert

RGB 236 144 253 -
CMYK 0.07 0.43 0 0.01
HSL 290.64º 0.96% 0.78% -
HSV(B) 290.64º 0.43% 0.99% -
XYZ 62.29 44.87 98.31 -
YUV 183.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 236 144 253 0.07 0.43 0 0.01 290.64 0.96 0.78
Hex EC 90 FD 7 2B 0 1 123 60 4E
Octal 354 220 375 7 53 0 1 443 140 116
Binary 11101100 10010000 11111101 111 101011 0 1 100100011 1100000 1001110

Color Harmonies of #EC90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90FD

Black with #EC90FD

Text Example


Text Example

White with #EC90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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