Html Css Color HEX #EF8385 Carissma

📋 copy color: '#EF8385'

red 239 ◦ green 131 ◦ blue 133

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

Shades of Carissma #EF8385

Tints of Carissma #EF8385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.44%

R = 47.51%
G = 26.04%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF8385 (or 0xEF8385) is known color: Carissma. HEX triplet: EF, 83 and 85. RGB value is (239,131,133). Sum of RGB (Red+Green+Blue) = 239+131+133=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8385 is #107C7A. Grayscale: #A3A3A3. Windows color (decimal): -1080443 or 8750063. OLE color: 8750063.

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

Color convert

RGB 239 131 133 -
CMYK 0 0.45 0.44 0.06
HSL 358.89º 0.77% 0.73% -
HSV(B) 358.89º 0.45% 0.94% -
XYZ 47.95 36.28 26.67 -
YUV 163.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 239 131 133 0 0.45 0.44 0.06 358.89 0.77 0.73
Hex EF 83 85 0 2D 2C 6 167 4D 49
Octal 357 203 205 0 55 54 6 547 115 111
Binary 11101111 10000011 10000101 0 101101 101100 110 101100111 1001101 1001001

Color Harmonies of #EF8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8385

Black with #EF8385

Text Example


Text Example

White with #EF8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8385; }

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

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

background-color css

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

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

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

border-color css

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

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

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