Html Css Color HEX #E682A2 Carissma

📋 copy color: '#E682A2'

red 230 ◦ green 130 ◦ blue 162

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

Shades of Carissma #E682A2

Tints of Carissma #E682A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.03%

R = 44.06%
G = 24.9%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E682A2 (or 0xE682A2) is known color: Carissma. HEX triplet: E6, 82 and A2. RGB value is (230,130,162). Sum of RGB (Red+Green+Blue) = 230+130+162=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E682A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E682A2 is #197D5D. Grayscale: #A3A3A3. Windows color (decimal): -1670494 or 10650342. OLE color: 10650342.

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

Color convert

RGB 230 130 162 -
CMYK 0 0.43 0.30 0.10
HSL 340.8º 0.67% 0.71% -
HSV(B) 340.8º 0.43% 0.9% -
XYZ 47.14 35.4 38.53 -
YUV 163.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 230 130 162 0 0.43 0.30 0.10 340.8 0.67 0.71
Hex E6 82 A2 0 2B 1E A 155 43 47
Octal 346 202 242 0 53 36 12 525 103 107
Binary 11100110 10000010 10100010 0 101011 11110 1010 101010101 1000011 1000111

Color Harmonies of #E682A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682A2

Black with #E682A2

Text Example


Text Example

White with #E682A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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