Html Css Color HEX #E67082 Deep Blush

📋 copy color: '#E67082'

red 230 ◦ green 112 ◦ blue 130

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

Shades of Deep Blush #E67082

Tints of Deep Blush #E67082

RGB

 RED value IS 230 (90.23% from 255) = 48.73%

 GREEN value IS 112 (44.14% from 255) = 23.73%

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 48.73%
G = 23.73%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E67082 (or 0xE67082) is known color: Deep Blush. HEX triplet: E6, 70 and 82. RGB value is (230,112,130). Sum of RGB (Red+Green+Blue) = 230+112+130=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E67082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67082 is #198F7D. Grayscale: #959595. Windows color (decimal): -1675134 or 8548582. OLE color: 8548582.

HSL color Cylindrical-coordinate representation of color #E67082: hue angle of 350.85º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67082 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 130 -
CMYK 0 0.51 0.43 0.10
HSL 350.85º 0.7% 0.67% -
HSV(B) 350.85º 0.51% 0.9% -
XYZ 42.46 30.02 24.68 -
YUV 149.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 230 112 130 0 0.51 0.43 0.10 350.85 0.7 0.67
Hex E6 70 82 0 33 2B A 15F 46 43
Octal 346 160 202 0 63 53 12 537 106 103
Binary 11100110 1110000 10000010 0 110011 101011 1010 101011111 1000110 1000011

Color Harmonies of #E67082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67082

Black with #E67082

Text Example


Text Example

White with #E67082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67082; }

 p { color: rgb(230,112,130); }

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

background-color css

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

 a { background-color: rgb(230,112,130); }

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

border-color css

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

 span { border-color: rgb(230,112,130); }

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