Html Css Color HEX #E075DA Orchid

📋 copy color: '#E075DA'

red 224 ◦ green 117 ◦ blue 218

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

Shades of Orchid #E075DA

Tints of Orchid #E075DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 40.07%
G = 20.93%
B = 39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E075DA (or 0xE075DA) is known color: Orchid. HEX triplet: E0, 75 and DA. RGB value is (224,117,218). Sum of RGB (Red+Green+Blue) = 224+117+218=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E075DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075DA is #1F8A25. Grayscale: #A0A0A0. Windows color (decimal): -2066982 or 14317024. OLE color: 14317024.

HSL color Cylindrical-coordinate representation of color #E075DA: hue angle of 303.36º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075DA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 218 -
CMYK 0 0.48 0.03 0.12
HSL 303.36º 0.63% 0.67% -
HSV(B) 303.36º 0.48% 0.88% -
XYZ 49.76 33.63 70.2 -
YUV 160.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 224 117 218 0 0.48 0.03 0.12 303.36 0.63 0.67
Hex E0 75 DA 0 30 3 C 12F 3F 43
Octal 340 165 332 0 60 3 14 457 77 103
Binary 11100000 1110101 11011010 0 110000 11 1100 100101111 111111 1000011

Color Harmonies of #E075DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075DA

Black with #E075DA

Text Example


Text Example

White with #E075DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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