Html Css Color HEX #EF8283 Carissma

📋 copy color: '#EF8283'

red 239 ◦ green 130 ◦ blue 131

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

Shades of Carissma #EF8283

Tints of Carissma #EF8283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.2%

R = 47.8%
G = 26%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF8283 (or 0xEF8283) is known color: Carissma. HEX triplet: EF, 82 and 83. RGB value is (239,130,131). Sum of RGB (Red+Green+Blue) = 239+130+131=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8283 is #107D7C. Grayscale: #A2A2A2. Windows color (decimal): -1080701 or 8618735. OLE color: 8618735.

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

Color convert

RGB 239 130 131 -
CMYK 0 0.46 0.45 0.06
HSL 359.45º 0.77% 0.72% -
HSV(B) 359.45º 0.46% 0.94% -
XYZ 47.68 35.95 25.9 -
YUV 162.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 239 130 131 0 0.46 0.45 0.06 359.45 0.77 0.72
Hex EF 82 83 0 2E 2D 6 167 4D 48
Octal 357 202 203 0 56 55 6 547 115 110
Binary 11101111 10000010 10000011 0 101110 101101 110 101100111 1001101 1001000

Color Harmonies of #EF8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8283

Black with #EF8283

Text Example


Text Example

White with #EF8283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8283; }

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

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

background-color css

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

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

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

border-color css

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

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

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