Html Css Color HEX #E6868A Carissma

📋 copy color: '#E6868A'

red 230 ◦ green 134 ◦ blue 138

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

Shades of Carissma #E6868A

Tints of Carissma #E6868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.69%

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 45.82%
G = 26.69%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6868A (or 0xE6868A) is known color: Carissma. HEX triplet: E6, 86 and 8A. RGB value is (230,134,138). Sum of RGB (Red+Green+Blue) = 230+134+138=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6868A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6868A is #197975. Grayscale: #A3A3A3. Windows color (decimal): -1669494 or 9078502. OLE color: 9078502.

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

Color convert

RGB 230 134 138 -
CMYK 0 0.42 0.4 0.10
HSL 357.5º 0.66% 0.71% -
HSV(B) 357.5º 0.42% 0.9% -
XYZ 45.75 35.71 28.53 -
YUV 163.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 230 134 138 0 0.42 0.4 0.10 357.5 0.66 0.71
Hex E6 86 8A 0 2A 28 A 166 42 47
Octal 346 206 212 0 52 50 12 546 102 107
Binary 11100110 10000110 10001010 0 101010 101000 1010 101100110 1000010 1000111

Color Harmonies of #E6868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6868A

Black with #E6868A

Text Example


Text Example

White with #E6868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6868A; }

 p { color: rgb(230,134,138); }

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

background-color css

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

 a { background-color: rgb(230,134,138); }

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

border-color css

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

 span { border-color: rgb(230,134,138); }

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