Html Css Color HEX #EF8289 Carissma

📋 copy color: '#EF8289'

red 239 ◦ green 130 ◦ blue 137

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

Shades of Carissma #EF8289

Tints of Carissma #EF8289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 47.23%
G = 25.69%
B = 27.08%

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

#EF8289 (or 0xEF8289) is known color: Carissma. HEX triplet: EF, 82 and 89. RGB value is (239,130,137). Sum of RGB (Red+Green+Blue) = 239+130+137=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8289 is #107D76. Grayscale: #A3A3A3. Windows color (decimal): -1080695 or 9011951. OLE color: 9011951.

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

Color convert

RGB 239 130 137 -
CMYK 0 0.46 0.43 0.06
HSL 356.15º 0.77% 0.72% -
HSV(B) 356.15º 0.46% 0.94% -
XYZ 48.09 36.12 28.1 -
YUV 163.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 239 130 137 0 0.46 0.43 0.06 356.15 0.77 0.72
Hex EF 82 89 0 2E 2B 6 164 4D 48
Octal 357 202 211 0 56 53 6 544 115 110
Binary 11101111 10000010 10001001 0 101110 101011 110 101100100 1001101 1001000

Color Harmonies of #EF8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8289

Black with #EF8289

Text Example


Text Example

White with #EF8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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