Html Css Color HEX #EC75F3 Violet

📋 copy color: '#EC75F3'

red 236 ◦ green 117 ◦ blue 243

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

Shades of Violet #EC75F3

Tints of Violet #EC75F3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.63%

 BLUE value IS 243 (95.31% from 255) = 40.77%

R = 39.6%
G = 19.63%
B = 40.77%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC75F3 (or 0xEC75F3) is known color: Violet. HEX triplet: EC, 75 and F3. RGB value is (236,117,243). Sum of RGB (Red+Green+Blue) = 236+117+243=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC75F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75F3 is #138A0C. Grayscale: #A6A6A6. Windows color (decimal): -1280525 or 15955436. OLE color: 15955436.

HSL color Cylindrical-coordinate representation of color #EC75F3: hue angle of 296.67º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC75F3 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 117 243 -
CMYK 0.03 0.52 0 0.05
HSL 296.67º 0.84% 0.71% -
HSV(B) 296.67º 0.52% 0.95% -
XYZ 57.13 37.03 88.93 -
YUV 166.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 236 117 243 0.03 0.52 0 0.05 296.67 0.84 0.71
Hex EC 75 F3 3 34 0 5 129 54 47
Octal 354 165 363 3 64 0 5 451 124 107
Binary 11101100 1110101 11110011 11 110100 0 101 100101001 1010100 1000111

Color Harmonies of #EC75F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75F3

Black with #EC75F3

Text Example


Text Example

White with #EC75F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75F3; }

 p { color: rgb(236,117,243); }

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

background-color css

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

 a { background-color: rgb(236,117,243); }

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

border-color css

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

 span { border-color: rgb(236,117,243); }

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