Html Css Color HEX #EA75D3 Orchid

📋 copy color: '#EA75D3'

red 234 ◦ green 117 ◦ blue 211

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

Shades of Orchid #EA75D3

Tints of Orchid #EA75D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 41.64%
G = 20.82%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA75D3 (or 0xEA75D3) is known color: Orchid. HEX triplet: EA, 75 and D3. RGB value is (234,117,211). Sum of RGB (Red+Green+Blue) = 234+117+211=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75D3 is #158A2C. Grayscale: #A2A2A2. Windows color (decimal): -1411629 or 13858282. OLE color: 13858282.

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

Color convert

RGB 234 117 211 -
CMYK 0 0.5 0.10 0.08
HSL 311.79º 0.74% 0.69% -
HSV(B) 311.79º 0.5% 0.92% -
XYZ 52.05 34.92 65.62 -
YUV 162.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 234 117 211 0 0.5 0.10 0.08 311.79 0.74 0.69
Hex EA 75 D3 0 32 A 8 138 4A 45
Octal 352 165 323 0 62 12 10 470 112 105
Binary 11101010 1110101 11010011 0 110010 1010 1000 100111000 1001010 1000101

Color Harmonies of #EA75D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75D3

Black with #EA75D3

Text Example


Text Example

White with #EA75D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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