Html Css Color HEX #E672E4 Orchid

📋 copy color: '#E672E4'

red 230 ◦ green 114 ◦ blue 228

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

Shades of Orchid #E672E4

Tints of Orchid #E672E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.86%

R = 40.21%
G = 19.93%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E672E4 (or 0xE672E4) is known color: Orchid. HEX triplet: E6, 72 and E4. RGB value is (230,114,228). Sum of RGB (Red+Green+Blue) = 230+114+228=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E672E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672E4 is #198D1B. Grayscale: #A1A1A1. Windows color (decimal): -1674524 or 14971622. OLE color: 14971622.

HSL color Cylindrical-coordinate representation of color #E672E4: hue angle of 301.03º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E672E4 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 228 -
CMYK 0 0.50 0.01 0.10
HSL 301.03º 0.7% 0.67% -
HSV(B) 301.03º 0.5% 0.9% -
XYZ 52.65 34.46 77.27 -
YUV 161.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 230 114 228 0 0.50 0.01 0.10 301.03 0.7 0.67
Hex E6 72 E4 0 32 1 A 12D 46 43
Octal 346 162 344 0 62 1 12 455 106 103
Binary 11100110 1110010 11100100 0 110010 1 1010 100101101 1000110 1000011

Color Harmonies of #E672E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672E4

Black with #E672E4

Text Example


Text Example

White with #E672E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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