Html Css Color HEX #E68A98 Carissma

📋 copy color: '#E68A98'

red 230 ◦ green 138 ◦ blue 152

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

Shades of Carissma #E68A98

Tints of Carissma #E68A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 44.23%
G = 26.54%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E68A98 (or 0xE68A98) is known color: Carissma. HEX triplet: E6, 8A and 98. RGB value is (230,138,152). Sum of RGB (Red+Green+Blue) = 230+138+152=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A98 is #197567. Grayscale: #A7A7A7. Windows color (decimal): -1668456 or 9997030. OLE color: 9997030.

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

Color convert

RGB 230 138 152 -
CMYK 0 0.4 0.34 0.10
HSL 350.87º 0.65% 0.72% -
HSV(B) 350.87º 0.4% 0.9% -
XYZ 47.39 37.27 34.4 -
YUV 167.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 230 138 152 0 0.4 0.34 0.10 350.87 0.65 0.72
Hex E6 8A 98 0 28 22 A 15F 41 48
Octal 346 212 230 0 50 42 12 537 101 110
Binary 11100110 10001010 10011000 0 101000 100010 1010 101011111 1000001 1001000

Color Harmonies of #E68A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A98

Black with #E68A98

Text Example


Text Example

White with #E68A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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