Html Css Color HEX #E672EA Violet

📋 copy color: '#E672EA'

red 230 ◦ green 114 ◦ blue 234

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

Shades of Violet #E672EA

Tints of Violet #E672EA

RGB

 RED value IS 230 (90.23% from 255) = 39.79%

 GREEN value IS 114 (44.92% from 255) = 19.72%

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

R = 39.79%
G = 19.72%
B = 40.48%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E672EA (or 0xE672EA) is known color: Violet. HEX triplet: E6, 72 and EA. RGB value is (230,114,234). Sum of RGB (Red+Green+Blue) = 230+114+234=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #E672EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E672EA is #198D15. Grayscale: #A2A2A2. Windows color (decimal): -1674518 or 15364838. OLE color: 15364838.

HSL color Cylindrical-coordinate representation of color #E672EA: hue angle of 298º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E672EA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 114 234 -
CMYK 0.02 0.51 0 0.08
HSL 298º 0.74% 0.68% -
HSV(B) 298º 0.51% 0.92% -
XYZ 53.5 34.8 81.74 -
YUV 162.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 230 114 234 0.02 0.51 0 0.08 298 0.74 0.68
Hex E6 72 EA 2 33 0 8 12A 4A 44
Octal 346 162 352 2 63 0 10 452 112 104
Binary 11100110 1110010 11101010 10 110011 0 1000 100101010 1001010 1000100

Color Harmonies of #E672EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672EA

Black with #E672EA

Text Example


Text Example

White with #E672EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672EA; }

 p { color: rgb(230,114,234); }

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

background-color css

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

 a { background-color: rgb(230,114,234); }

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

border-color css

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

 span { border-color: rgb(230,114,234); }

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