Html Css Color HEX #EF8288 Carissma

📋 copy color: '#EF8288'

red 239 ◦ green 130 ◦ blue 136

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

Shades of Carissma #EF8288

Tints of Carissma #EF8288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.74%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 47.33%
G = 25.74%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF8288 (or 0xEF8288) is known color: Carissma. HEX triplet: EF, 82 and 88. RGB value is (239,130,136). Sum of RGB (Red+Green+Blue) = 239+130+136=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8288 is #107D77. Grayscale: #A3A3A3. Windows color (decimal): -1080696 or 8946415. OLE color: 8946415.

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

Color convert

RGB 239 130 136 -
CMYK 0 0.46 0.43 0.06
HSL 356.7º 0.77% 0.72% -
HSV(B) 356.7º 0.46% 0.94% -
XYZ 48.02 36.09 27.73 -
YUV 163.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 239 130 136 0 0.46 0.43 0.06 356.7 0.77 0.72
Hex EF 82 88 0 2E 2B 6 165 4D 48
Octal 357 202 210 0 56 53 6 545 115 110
Binary 11101111 10000010 10001000 0 101110 101011 110 101100101 1001101 1001000

Color Harmonies of #EF8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8288

Black with #EF8288

Text Example


Text Example

White with #EF8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8288; }

 p { color: rgb(239,130,136); }

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

background-color css

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

 a { background-color: rgb(239,130,136); }

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

border-color css

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

 span { border-color: rgb(239,130,136); }

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