Html Css Color HEX #ED869B Carissma

📋 copy color: '#ED869B'

red 237 ◦ green 134 ◦ blue 155

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

Shades of Carissma #ED869B

Tints of Carissma #ED869B

RGB

 RED value IS 237 (92.97% from 255) = 45.06%

 GREEN value IS 134 (52.73% from 255) = 25.48%

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 45.06%
G = 25.48%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED869B (or 0xED869B) is known color: Carissma. HEX triplet: ED, 86 and 9B. RGB value is (237,134,155). Sum of RGB (Red+Green+Blue) = 237+134+155=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED869B is #127964. Grayscale: #A7A7A7. Windows color (decimal): -1210725 or 10192621. OLE color: 10192621.

HSL color Cylindrical-coordinate representation of color #ED869B: hue angle of 347.77º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED869B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 155 -
CMYK 0 0.43 0.35 0.07
HSL 347.77º 0.74% 0.73% -
HSV(B) 347.77º 0.43% 0.93% -
XYZ 49.37 37.42 35.63 -
YUV 167.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 237 134 155 0 0.43 0.35 0.07 347.77 0.74 0.73
Hex ED 86 9B 0 2B 23 7 15C 4A 49
Octal 355 206 233 0 53 43 7 534 112 111
Binary 11101101 10000110 10011011 0 101011 100011 111 101011100 1001010 1001001

Color Harmonies of #ED869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED869B

Black with #ED869B

Text Example


Text Example

White with #ED869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED869B; }

 p { color: rgb(237,134,155); }

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

background-color css

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

 a { background-color: rgb(237,134,155); }

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

border-color css

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

 span { border-color: rgb(237,134,155); }

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