Html Css Color HEX #EF8099 Carissma

📋 copy color: '#EF8099'

red 239 ◦ green 128 ◦ blue 153

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

Shades of Carissma #EF8099

Tints of Carissma #EF8099

RGB

 RED value IS 239 (93.75% from 255) = 45.96%

 GREEN value IS 128 (50.39% from 255) = 24.62%

 BLUE value IS 153 (60.16% from 255) = 29.42%

R = 45.96%
G = 24.62%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF8099 (or 0xEF8099) is known color: Carissma. HEX triplet: EF, 80 and 99. RGB value is (239,128,153). Sum of RGB (Red+Green+Blue) = 239+128+153=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8099 is #107F66. Grayscale: #A4A4A4. Windows color (decimal): -1081191 or 10060015. OLE color: 10060015.

HSL color Cylindrical-coordinate representation of color #EF8099: hue angle of 346.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8099 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 153 -
CMYK 0 0.46 0.36 0.06
HSL 346.49º 0.78% 0.72% -
HSV(B) 346.49º 0.46% 0.94% -
XYZ 49.07 36.09 34.52 -
YUV 164.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 239 128 153 0 0.46 0.36 0.06 346.49 0.78 0.72
Hex EF 80 99 0 2E 24 6 15A 4E 48
Octal 357 200 231 0 56 44 6 532 116 110
Binary 11101111 10000000 10011001 0 101110 100100 110 101011010 1001110 1001000

Color Harmonies of #EF8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8099

Black with #EF8099

Text Example


Text Example

White with #EF8099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8099; }

 p { color: rgb(239,128,153); }

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

background-color css

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

 a { background-color: rgb(239,128,153); }

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

border-color css

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

 span { border-color: rgb(239,128,153); }

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