Html Css Color HEX #E6869A Carissma

📋 copy color: '#E6869A'

red 230 ◦ green 134 ◦ blue 154

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

Shades of Carissma #E6869A

Tints of Carissma #E6869A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.73%

R = 44.4%
G = 25.87%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6869A (or 0xE6869A) is known color: Carissma. HEX triplet: E6, 86 and 9A. RGB value is (230,134,154). Sum of RGB (Red+Green+Blue) = 230+134+154=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6869A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6869A is #197965. Grayscale: #A5A5A5. Windows color (decimal): -1669478 or 10127078. OLE color: 10127078.

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

Color convert

RGB 230 134 154 -
CMYK 0 0.42 0.33 0.10
HSL 347.5º 0.66% 0.71% -
HSV(B) 347.5º 0.42% 0.9% -
XYZ 46.99 36.21 35.08 -
YUV 164.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 230 134 154 0 0.42 0.33 0.10 347.5 0.66 0.71
Hex E6 86 9A 0 2A 21 A 15C 42 47
Octal 346 206 232 0 52 41 12 534 102 107
Binary 11100110 10000110 10011010 0 101010 100001 1010 101011100 1000010 1000111

Color Harmonies of #E6869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6869A

Black with #E6869A

Text Example


Text Example

White with #E6869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6869A; }

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

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

background-color css

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

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

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

border-color css

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

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

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