Html Css Color HEX #EA75D8 Orchid

📋 copy color: '#EA75D8'

red 234 ◦ green 117 ◦ blue 216

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

Shades of Orchid #EA75D8

Tints of Orchid #EA75D8

RGB

 RED value IS 234 (91.8% from 255) = 41.27%

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

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 41.27%
G = 20.63%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA75D8 (or 0xEA75D8) is known color: Orchid. HEX triplet: EA, 75 and D8. RGB value is (234,117,216). Sum of RGB (Red+Green+Blue) = 234+117+216=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75D8 is #158A27. Grayscale: #A2A2A2. Windows color (decimal): -1411624 or 14185962. OLE color: 14185962.

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

Color convert

RGB 234 117 216 -
CMYK 0 0.5 0.08 0.08
HSL 309.23º 0.74% 0.69% -
HSV(B) 309.23º 0.5% 0.92% -
XYZ 52.69 35.17 68.98 -
YUV 163.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 234 117 216 0 0.5 0.08 0.08 309.23 0.74 0.69
Hex EA 75 D8 0 32 8 8 135 4A 45
Octal 352 165 330 0 62 10 10 465 112 105
Binary 11101010 1110101 11011000 0 110010 1000 1000 100110101 1001010 1000101

Color Harmonies of #EA75D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75D8

Black with #EA75D8

Text Example


Text Example

White with #EA75D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75D8; }

 p { color: rgb(234,117,216); }

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

background-color css

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

 a { background-color: rgb(234,117,216); }

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

border-color css

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

 span { border-color: rgb(234,117,216); }

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