Html Css Color HEX #EF8287 Carissma

📋 copy color: '#EF8287'

red 239 ◦ green 130 ◦ blue 135

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

Shades of Carissma #EF8287

Tints of Carissma #EF8287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.79%

R = 47.42%
G = 25.79%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF8287 (or 0xEF8287) is known color: Carissma. HEX triplet: EF, 82 and 87. RGB value is (239,130,135). Sum of RGB (Red+Green+Blue) = 239+130+135=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8287 is #107D78. Grayscale: #A3A3A3. Windows color (decimal): -1080697 or 8880879. OLE color: 8880879.

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

Color convert

RGB 239 130 135 -
CMYK 0 0.46 0.44 0.06
HSL 357.25º 0.77% 0.72% -
HSV(B) 357.25º 0.46% 0.94% -
XYZ 47.95 36.07 27.36 -
YUV 163.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 239 130 135 0 0.46 0.44 0.06 357.25 0.77 0.72
Hex EF 82 87 0 2E 2C 6 165 4D 48
Octal 357 202 207 0 56 54 6 545 115 110
Binary 11101111 10000010 10000111 0 101110 101100 110 101100101 1001101 1001000

Color Harmonies of #EF8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8287

Black with #EF8287

Text Example


Text Example

White with #EF8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8287; }

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

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

background-color css

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

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

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

border-color css

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

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

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