Html Css Color HEX #E482CC Orchid

📋 copy color: '#E482CC'

red 228 ◦ green 130 ◦ blue 204

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

Shades of Orchid #E482CC

Tints of Orchid #E482CC

RGB

 RED value IS 228 (89.45% from 255) = 40.57%

 GREEN value IS 130 (51.17% from 255) = 23.13%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 40.57%
G = 23.13%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E482CC (or 0xE482CC) is known color: Orchid. HEX triplet: E4, 82 and CC. RGB value is (228,130,204). Sum of RGB (Red+Green+Blue) = 228+130+204=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E482CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E482CC is #1B7D33. Grayscale: #A7A7A7. Windows color (decimal): -1801524 or 13402852. OLE color: 13402852.

HSL color Cylindrical-coordinate representation of color #E482CC: hue angle of 314.69º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E482CC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 130 204 -
CMYK 0 0.43 0.11 0.11
HSL 314.69º 0.64% 0.7% -
HSV(B) 314.69º 0.43% 0.89% -
XYZ 50.88 36.82 61.55 -
YUV 167.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 228 130 204 0 0.43 0.11 0.11 314.69 0.64 0.7
Hex E4 82 CC 0 2B B B 13B 40 46
Octal 344 202 314 0 53 13 13 473 100 106
Binary 11100100 10000010 11001100 0 101011 1011 1011 100111011 1000000 1000110

Color Harmonies of #E482CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482CC

Black with #E482CC

Text Example


Text Example

White with #E482CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482CC; }

 p { color: rgb(228,130,204); }

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

background-color css

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

 a { background-color: rgb(228,130,204); }

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

border-color css

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

 span { border-color: rgb(228,130,204); }

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