Html Css Color HEX #EF8091 Carissma

📋 copy color: '#EF8091'

red 239 ◦ green 128 ◦ blue 145

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

Shades of Carissma #EF8091

Tints of Carissma #EF8091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 46.68%
G = 25%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF8091 (or 0xEF8091) is known color: Carissma. HEX triplet: EF, 80 and 91. RGB value is (239,128,145). Sum of RGB (Red+Green+Blue) = 239+128+145=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8091 is #107F6E. Grayscale: #A3A3A3. Windows color (decimal): -1081199 or 9535727. OLE color: 9535727.

HSL color Cylindrical-coordinate representation of color #EF8091: hue angle of 350.81º 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 #EF8091 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 145 -
CMYK 0 0.46 0.39 0.06
HSL 350.81º 0.78% 0.72% -
HSV(B) 350.81º 0.46% 0.94% -
XYZ 48.43 35.83 31.15 -
YUV 163.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 239 128 145 0 0.46 0.39 0.06 350.81 0.78 0.72
Hex EF 80 91 0 2E 27 6 15F 4E 48
Octal 357 200 221 0 56 47 6 537 116 110
Binary 11101111 10000000 10010001 0 101110 100111 110 101011111 1001110 1001000

Color Harmonies of #EF8091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8091

Black with #EF8091

Text Example


Text Example

White with #EF8091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8091; }

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

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

background-color css

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

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

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

border-color css

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

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

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