Html Css Color HEX #E68284 Carissma

📋 copy color: '#E68284'

red 230 ◦ green 130 ◦ blue 132

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

Shades of Carissma #E68284

Tints of Carissma #E68284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 46.75%
G = 26.42%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E68284 (or 0xE68284) is known color: Carissma. HEX triplet: E6, 82 and 84. RGB value is (230,130,132). Sum of RGB (Red+Green+Blue) = 230+130+132=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E68284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68284 is #197D7B. Grayscale: #A0A0A0. Windows color (decimal): -1670524 or 8684262. OLE color: 8684262.

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

Color convert

RGB 230 130 132 -
CMYK 0 0.43 0.43 0.10
HSL 358.8º 0.67% 0.71% -
HSV(B) 358.8º 0.43% 0.9% -
XYZ 44.78 34.45 26.12 -
YUV 160.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 230 130 132 0 0.43 0.43 0.10 358.8 0.67 0.71
Hex E6 82 84 0 2B 2B A 167 43 47
Octal 346 202 204 0 53 53 12 547 103 107
Binary 11100110 10000010 10000100 0 101011 101011 1010 101100111 1000011 1000111

Color Harmonies of #E68284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68284

Black with #E68284

Text Example


Text Example

White with #E68284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68284; }

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

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

background-color css

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

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

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

border-color css

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

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

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