Html Css Color HEX #E68A9B Carissma

📋 copy color: '#E68A9B'

red 230 ◦ green 138 ◦ blue 155

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

Shades of Carissma #E68A9B

Tints of Carissma #E68A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.39%

 BLUE value IS 155 (60.94% from 255) = 29.64%

R = 43.98%
G = 26.39%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E68A9B (or 0xE68A9B) is known color: Carissma. HEX triplet: E6, 8A and 9B. RGB value is (230,138,155). Sum of RGB (Red+Green+Blue) = 230+138+155=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A9B is #197564. Grayscale: #A7A7A7. Windows color (decimal): -1668453 or 10193638. OLE color: 10193638.

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

Color convert

RGB 230 138 155 -
CMYK 0 0.4 0.33 0.10
HSL 348.91º 0.65% 0.72% -
HSV(B) 348.91º 0.4% 0.9% -
XYZ 47.64 37.37 35.71 -
YUV 167.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 230 138 155 0 0.4 0.33 0.10 348.91 0.65 0.72
Hex E6 8A 9B 0 28 21 A 15D 41 48
Octal 346 212 233 0 50 41 12 535 101 110
Binary 11100110 10001010 10011011 0 101000 100001 1010 101011101 1000001 1001000

Color Harmonies of #E68A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A9B

Black with #E68A9B

Text Example


Text Example

White with #E68A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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