Html Css Color HEX #EF808D Carissma

📋 copy color: '#EF808D'

red 239 ◦ green 128 ◦ blue 141

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

Shades of Carissma #EF808D

Tints of Carissma #EF808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 47.05%
G = 25.2%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF808D (or 0xEF808D) is known color: Carissma. HEX triplet: EF, 80 and 8D. RGB value is (239,128,141). Sum of RGB (Red+Green+Blue) = 239+128+141=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF808D is #107F72. Grayscale: #A2A2A2. Windows color (decimal): -1081203 or 9273583. OLE color: 9273583.

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

Color convert

RGB 239 128 141 -
CMYK 0 0.46 0.41 0.06
HSL 352.97º 0.78% 0.72% -
HSV(B) 352.97º 0.46% 0.94% -
XYZ 48.12 35.71 29.56 -
YUV 162.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 239 128 141 0 0.46 0.41 0.06 352.97 0.78 0.72
Hex EF 80 8D 0 2E 29 6 161 4E 48
Octal 357 200 215 0 56 51 6 541 116 110
Binary 11101111 10000000 10001101 0 101110 101001 110 101100001 1001110 1001000

Color Harmonies of #EF808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF808D

Black with #EF808D

Text Example


Text Example

White with #EF808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF808D; }

 p { color: rgb(239,128,141); }

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

background-color css

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

 a { background-color: rgb(239,128,141); }

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

border-color css

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

 span { border-color: rgb(239,128,141); }

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