Html Css Color HEX #E075E7 Orchid

📋 copy color: '#E075E7'

red 224 ◦ green 117 ◦ blue 231

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

Shades of Orchid #E075E7

Tints of Orchid #E075E7

RGB

 RED value IS 224 (87.89% from 255) = 39.16%

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

 BLUE value IS 231 (90.63% from 255) = 40.38%

R = 39.16%
G = 20.45%
B = 40.38%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E075E7 (or 0xE075E7) is known color: Orchid. HEX triplet: E0, 75 and E7. RGB value is (224,117,231). Sum of RGB (Red+Green+Blue) = 224+117+231=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 231 - color contains mainly: blue. Hex color #E075E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075E7 is #1F8A18. Grayscale: #A1A1A1. Windows color (decimal): -2066969 or 15168992. OLE color: 15168992.

HSL color Cylindrical-coordinate representation of color #E075E7: hue angle of 296.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E075E7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 117 231 -
CMYK 0.03 0.49 0 0.09
HSL 296.32º 0.7% 0.68% -
HSV(B) 296.32º 0.49% 0.91% -
XYZ 51.53 34.34 79.51 -
YUV 161.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 224 117 231 0.03 0.49 0 0.09 296.32 0.7 0.68
Hex E0 75 E7 3 31 0 9 128 46 44
Octal 340 165 347 3 61 0 11 450 106 104
Binary 11100000 1110101 11100111 11 110001 0 1001 100101000 1000110 1000100

Color Harmonies of #E075E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075E7

Black with #E075E7

Text Example


Text Example

White with #E075E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075E7; }

 p { color: rgb(224,117,231); }

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

background-color css

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

 a { background-color: rgb(224,117,231); }

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

border-color css

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

 span { border-color: rgb(224,117,231); }

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