Html Css Color HEX #EF8384 Carissma

📋 copy color: '#EF8384'

red 239 ◦ green 131 ◦ blue 132

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

Shades of Carissma #EF8384

Tints of Carissma #EF8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.1%

 BLUE value IS 132 (51.95% from 255) = 26.29%

R = 47.61%
G = 26.1%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF8384 (or 0xEF8384) is known color: Carissma. HEX triplet: EF, 83 and 84. RGB value is (239,131,132). Sum of RGB (Red+Green+Blue) = 239+131+132=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8384 is #107C7B. Grayscale: #A3A3A3. Windows color (decimal): -1080444 or 8684527. OLE color: 8684527.

HSL color Cylindrical-coordinate representation of color #EF8384: hue angle of 359.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF8384 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 132 -
CMYK 0 0.45 0.45 0.06
HSL 359.44º 0.77% 0.73% -
HSV(B) 359.44º 0.45% 0.94% -
XYZ 47.88 36.25 26.3 -
YUV 163.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 239 131 132 0 0.45 0.45 0.06 359.44 0.77 0.73
Hex EF 83 84 0 2D 2D 6 167 4D 49
Octal 357 203 204 0 55 55 6 547 115 111
Binary 11101111 10000011 10000100 0 101101 101101 110 101100111 1001101 1001001

Color Harmonies of #EF8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8384

Black with #EF8384

Text Example


Text Example

White with #EF8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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