Html Css Color HEX #E672E5 Orchid

📋 copy color: '#E672E5'

red 230 ◦ green 114 ◦ blue 229

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

Shades of Orchid #E672E5

Tints of Orchid #E672E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 40.14%
G = 19.9%
B = 39.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E672E5 (or 0xE672E5) is known color: Orchid. HEX triplet: E6, 72 and E5. RGB value is (230,114,229). Sum of RGB (Red+Green+Blue) = 230+114+229=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E672E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672E5 is #198D1A. Grayscale: #A1A1A1. Windows color (decimal): -1674523 or 15037158. OLE color: 15037158.

HSL color Cylindrical-coordinate representation of color #E672E5: hue angle of 300.52º 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 #E672E5 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 229 -
CMYK 0 0.50 0.00 0.10
HSL 300.52º 0.7% 0.67% -
HSV(B) 300.52º 0.5% 0.9% -
XYZ 52.79 34.51 78.01 -
YUV 161.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 230 114 229 0 0.50 0.00 0.10 300.52 0.7 0.67
Hex E6 72 E5 0 32 0 A 12D 46 43
Octal 346 162 345 0 62 0 12 455 106 103
Binary 11100110 1110010 11100101 0 110010 0 1010 100101101 1000110 1000011

Color Harmonies of #E672E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672E5

Black with #E672E5

Text Example


Text Example

White with #E672E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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